| LevenshteinDistance(String, String) | Calculate the Levenshtein distance between two strings, i.e. the minimum number of edits in order to make the two strings equal |
| LevenshteinDistance(String, String, Boolean) | Calculate the Levenshtein distance between two strings, i.e. the minimum number of edits in order to make the two strings equal |