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.Match
FuzzyPattern.Match.NONE
Indicates no match.Methods in com._1c.g5.v8.dt.common that return FuzzyPattern.MatchModifier and TypeMethodDescriptionstatic 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.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()
.