Uses of Class
org.apache.commons.text.matcher.AbstractStringMatcher.TrimMatcher
-
Packages that use AbstractStringMatcher.TrimMatcher Package Description org.apache.commons.text.matcher Provides algorithms for matching up strings for use with aStringSubstitutor
. -
-
Uses of AbstractStringMatcher.TrimMatcher in org.apache.commons.text.matcher
Fields in org.apache.commons.text.matcher declared as AbstractStringMatcher.TrimMatcher Modifier and Type Field Description private static AbstractStringMatcher.TrimMatcher
StringMatcherFactory. TRIM_MATCHER
Matches the String trim() whitespace characters.
-