StringMatcher extension

on

Methods

levenshteinDistance(String other) Future<int>
Computes the minimum number of single-character edits (insertions, deletions or substitutions) required to change the current String into the other