CloseMatchesOnStringIterable extension

on

Methods

closeMatches(String target, {int count = 3, double cutoff = 0.6}) Iterable<String>

Available on Iterable<String>, provided by the CloseMatchesOnStringIterable extension

Returns a list of the best "good enough" matches of a list of strings.