Uses of Package
org.apache.commons.text.matcher
-
Packages that use org.apache.commons.text.matcher Package Description org.apache.commons.text Basic classes for text handling.org.apache.commons.text.io StringSubstitutorReader
is aReader
that performs string substitution on a sourceReader
using aStringSubstitutor
.org.apache.commons.text.matcher Provides algorithms for matching up strings for use with aStringSubstitutor
. -
Classes in org.apache.commons.text.matcher used by org.apache.commons.text Class Description StringMatcher Determines if a character array portion matches. -
Classes in org.apache.commons.text.matcher used by org.apache.commons.text.io Class Description StringMatcher Determines if a character array portion matches. -
Classes in org.apache.commons.text.matcher used by org.apache.commons.text.matcher Class Description AbstractStringMatcher A matcher that determines if a character array portion matches.AbstractStringMatcher.CharMatcher Matches a character.AbstractStringMatcher.CharSetMatcher Matches a set of characters.AbstractStringMatcher.NoneMatcher Matches nothing.AbstractStringMatcher.TrimMatcher Matches whitespace as per trim().StringMatcher Determines if a character array portion matches.StringMatcherFactory Provides access to matchers defined in this package.