Skip to contents

The number of positions with different characters for 2 strings of equal length. Different case is considered different.

Arguments

str1

VARCHAR

str2

VARCHAR

Examples

if (FALSE) { # \dontrun{
hamming('duck','luck')
} # }