powered by
Number of insertions, deletions and substitutions to transform one string into another
distanceStringLevenshtein(x, y)
numeric distance value $$d(x,y)$$
first string (class: character)
second string (class: character)
distanceStringLevenshtein("ABCD","AACC")
Run the code above in your browser using DataLab