text library

Classes

EndsWithPatternMatcherRule
Checks if the given input string starts with the given pattern.
MatchOnePatternRule
Checks if the given input string matches at least one pattern from the given list.
PatternMatcherRule
Checks if the given input string matches the given pattern.
RegexMatcherRule
Checks if the given input string matches the given regex.
StartsWithPatternMatcherRule
Checks if the given input string starts with the given pattern.
TextStartsWithRule<VALUE extends Object>
Checks if the given input string starts with the given pattern.