The description of this object
The description of this criteria.
Matches a char sequence if it is empty (contains no characters).
A Matcher that matches anything, always returning MatchResult.Match.
A Matcher that matches nothing, always returning a MatchResult.Mismatch.
Describes the negation of this criteria.
The description of this criteria.
Indicates that the match is case sensitive.
The description of this criteria.
The description of this criteria.
Matches a nullable char sequence if it is either null or empty or consists solely of whitespace characters.
Indicates that the match is case insensitive.
Matches a char sequence if it is either null or empty (contains no characters).
Describes the negation of this criteria.
Reports whether the actual value meets the criteria and, if not, why it does not match.
Returns this matcher as a predicate, that can be used for testing, finding and filtering collections and kotlin.sequences.Sequences.