Expand description
This module provides the fuzzy matching utility used to make suggestions when encountering unknown values in entities, functions, etc.
Functionsยง
- Fuzzy string matching using the Levenshtein distance algorithm
- Fuzzy string matching using the Levenshtein distance algorithm, with an option to limit matching up to some distance.