| Package | Description |
|---|---|
| regexodus |
| Class and Description |
|---|
| Category
Unicode categories constructed from tightly compressed string and array literals instead of large resources.
|
| GwtIncompatible
An annotation for the GWT compiler.
|
| Matcher
Matcher is an automaton that actually performs matching.
|
| MatchIterator |
| MatchResult |
| Pattern
A handle for a precompiled regular expression; core operations should be identical to java.util.regex.Pattern .
|
| PatternSyntaxException
Is thrown when Pattern constructor's argument doesn't conform the Perl5 regular expression syntax.
|
| REFlags |
| Replacer
The Replacer class suggests some methods to replace occurrences of a pattern
either by a result of evaluation of a perl-like expression, or by a plain string,
or according to a custom substitution model, provided as a Substitution interface implementation.
A Replacer instance may be obtained either using Pattern.replacer(...) method, or by constructor: |
| RETokenizer
The Tokenizer class suggests a methods to break a text into tokens using
occurrences of a pattern as delimiters.
|
| Substitution |
| Term |
| TextBuffer |
Copyright © 2016. All rights reserved.