Uses of Class
com._1c.g5.v8.dt.common.FuzzyPattern.Match
Packages that use FuzzyPattern.Match
-
Uses of FuzzyPattern.Match in com._1c.g5.v8.dt.common
Fields in com._1c.g5.v8.dt.common declared as FuzzyPattern.MatchModifier and TypeFieldDescriptionstatic final FuzzyPattern.MatchFuzzyPattern.Match.NONEIndicates no match.Methods in com._1c.g5.v8.dt.common that return FuzzyPattern.MatchModifier and TypeMethodDescriptionstatic FuzzyPattern.MatchStringUtils.fuzzyMatch(String pattern, String sample) Performs fuzzy match given the pattern and sample.static FuzzyPattern.MatchStringUtils.fuzzyMatch(String pattern, String sample, boolean useMutation) Performs fuzzy match given the pattern and sample.Matches the sample. -
Uses of FuzzyPattern.Match in com._1c.g5.v8.dt.internal.ui.validation
Methods in com._1c.g5.v8.dt.internal.ui.validation that return FuzzyPattern.MatchModifier and TypeMethodDescriptionCheckFilter.getSearchMatch(String str) Returns given string matching withPersistableSearchHistoryBase.getActivePattern().