Package klyn.regex
Contains 4 type(s).
Types
Classes
- MatchResult - Represents one successful regular-expression match.
- RegEx - Regular expressions are natively supported by the language, following Perl-like syntax.
- RegExMatcher - Iterates over the matches of a regular expression against one input string.
Exceptions
- RegExException - Exception raised when a regular expression is invalid or cannot be evaluated.