Package org.apache.commons.text.matcher
package org.apache.commons.text.matcher
Provides algorithms for matching up strings for use with a StringSubstitutor
. The main class here is StringMatcherFactory
.
- Since:
- 1.3
-
ClassDescriptionA matcher that determines if a character array portion matches.Matches all of the given matchers in order.Matches out of a set of characters.Matches a character.Matches a set of characters.Matches nothing.Matches whitespace as per trim().Determines if a character array portion matches.Provides access to matchers defined in this package.