EditDistance
returns the Levenshtein distance of
a
andb
, which is defined as the minimum number of insertions, deletions and substitutions on the constituents ofa
andb
needed to transform one into the other.
See:
Examples
The IgnoreCase
option makes EditDistance
ignore the case of letters:
Implementation status
- ✅ - full supported