Uses of Class
org.apache.commons.text.matcher.AbstractStringMatcher.CharMatcher
Packages that use AbstractStringMatcher.CharMatcher
-
Uses of AbstractStringMatcher.CharMatcher in org.apache.commons.text.matcher
Fields in org.apache.commons.text.matcher declared as AbstractStringMatcher.CharMatcherModifier and TypeFieldDescriptionprivate static final AbstractStringMatcher.CharMatcherStringMatcherFactory.COMMA_MATCHERMatches the comma character.private static final AbstractStringMatcher.CharMatcherStringMatcherFactory.DOUBLE_QUOTE_MATCHERMatches the double quote character.private static final AbstractStringMatcher.CharMatcherStringMatcherFactory.SINGLE_QUOTE_MATCHERMatches the double quote character.private static final AbstractStringMatcher.CharMatcherStringMatcherFactory.SPACE_MATCHERMatches the space character.private static final AbstractStringMatcher.CharMatcherStringMatcherFactory.TAB_MATCHERMatches the tab character.