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.CharSetMatcher
StringMatcherFactory. QUOTE_MATCHER
Matches the single or double quote character.private static AbstractStringMatcher.CharSetMatcher
StringMatcherFactory. SPLIT_MATCHER
Matches the same characters as StringTokenizer, namely space, tab, newline, form feed.
-