hamming_distance: Hamming Distance

View source: R/RcppExports.R

hamming_distanceR Documentation

Hamming Distance

Description

Calculates the Hamming distance between two strings.

Usage

hamming_distance(s1, s2, pad = TRUE)

Arguments

s1

The first string.

s2

The second string.

pad

If true, the strings are padded to the same length (default: TRUE).

Value

An integer representing the Hamming distance.

Examples

hamming_distance("karolin", "kathrin")

RapidFuzz documentation built on April 3, 2025, 11:52 p.m.