Uses of Class
org.apache.commons.text.matcher.AbstractStringMatcher.CharSetMatcher
Packages that use AbstractStringMatcher.CharSetMatcher
-
Uses of AbstractStringMatcher.CharSetMatcher in org.apache.commons.text.matcher
Fields in org.apache.commons.text.matcher declared as AbstractStringMatcher.CharSetMatcherModifier and TypeFieldDescriptionprivate static final AbstractStringMatcher.CharSetMatcher
StringMatcherFactory.QUOTE_MATCHER
Matches the single or double quote character.private static final AbstractStringMatcher.CharSetMatcher
StringMatcherFactory.SPLIT_MATCHER
Matches the same characters as StringTokenizer, namely space, tab, newline, form feed.