Uses of Class
org.apache.commons.text.matcher.AbstractStringMatcher.CharSetMatcher
-
Packages that use AbstractStringMatcher.CharSetMatcher Package Description org.apache.commons.text.matcher Provides algorithms for matching up strings for use with aStringSubstitutor. -
-
Uses of AbstractStringMatcher.CharSetMatcher in org.apache.commons.text.matcher
Fields in org.apache.commons.text.matcher declared as AbstractStringMatcher.CharSetMatcher Modifier and Type Field Description private static AbstractStringMatcher.CharSetMatcherStringMatcherFactory. QUOTE_MATCHERMatches the single or double quote character.private static AbstractStringMatcher.CharSetMatcherStringMatcherFactory. SPLIT_MATCHERMatches the same characters as StringTokenizer, namely space, tab, newline, form feed.
-