Use String#levenshtein(other_str) to get the levenshtein distance between 2 strings. Useful for measuring approximate string similarity, and fuzzy matching.
Required Ruby Version
>= 0
Authors
johansenja
Use String#levenshtein(other_str) to get the levenshtein distance between 2 strings. Useful for measuring approximate string similarity, and fuzzy matching.
>= 0
johansenja