CloseMatchesOnStringIterable extension
Methods
-
closeMatches(
String target, {int count = 3, double cutoff = 0.6}) → Iterable< String> -
Available on Iterable<
Returns a list of the best "good enough" matches of a list of strings.String> , provided by the CloseMatchesOnStringIterable extension