String EditDistance
Aus ExpeccoWiki
Schema
Operation
- Generates a value for the edit distance (actually levenshtein), which is a measure for how many edit operations are needed to get from string1 to string2 (i.e. how different they are).
- Useful to do fuzzy string matches with best hit display.
Revisions
These blocks has been in the Standard Library since 1.7.2
Back to Standard Library.
Previous: String [ KölnerPhonetic ]
Next: String [ Substring Copy 0-based ]
