Uses of Class
com._1c.g5.v8.dt.common.FuzzyPattern.Match
-
Packages that use FuzzyPattern.Match Package Description com._1c.g5.v8.dt.common -
-
Uses of FuzzyPattern.Match in com._1c.g5.v8.dt.common
Fields in com._1c.g5.v8.dt.common declared as FuzzyPattern.Match Modifier and Type Field Description static FuzzyPattern.Match
FuzzyPattern.Match. NONE
Indicates no match.Methods in com._1c.g5.v8.dt.common that return FuzzyPattern.Match Modifier and Type Method Description static FuzzyPattern.Match
StringUtils. fuzzyMatch(String pattern, String sample)
Performs fuzzy match given the pattern and sample.static FuzzyPattern.Match
StringUtils. fuzzyMatch(String pattern, String sample, boolean useMutation)
Performs fuzzy match given the pattern and sample.FuzzyPattern.Match
FuzzyPattern. match(String sample, boolean useMutation)
Matches the sample.
-