StringMatcher extension

on

Methods

levenshteinDistance(String other) Future<int>

Available on String, provided by the StringMatcher extension

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