private static AbstractStringMatcher.CharMatcher |
StringMatcherFactory.COMMA_MATCHER |
Matches the comma character.
|
private static AbstractStringMatcher.CharMatcher |
StringMatcherFactory.DOUBLE_QUOTE_MATCHER |
Matches the double quote character.
|
private static AbstractStringMatcher.CharMatcher |
StringMatcherFactory.SINGLE_QUOTE_MATCHER |
Matches the double quote character.
|
private static AbstractStringMatcher.CharMatcher |
StringMatcherFactory.SPACE_MATCHER |
Matches the space character.
|
private static AbstractStringMatcher.CharMatcher |
StringMatcherFactory.TAB_MATCHER |
Matches the tab character.
|