Skip to contents

The minimum number of single-character edits (insertions, deletions or substitutions) required to change one string to the other. Different case is considered different.

Arguments

str1

VARCHAR

str2

VARCHAR

Examples

if (FALSE) { # \dontrun{
levenshtein('duck','db')
} # }