©2008 Google -
Code Home -
Site Terms of Service -
Privacy Policy -
Site Directory
Google Code offered in:
中文 -
English -
Português -
Pусский -
Español -
日本語
Provides an implementation of regular expressions, which is useful for matching, searching, and replacing strings based on patterns. more...
| MatchResult | Holds the results of a successful match of a Pattern against a given string. |
| Matcher | Provides a means of matching regular expressions against a given input, finding occurrences of regular expressions in a given input, or replacing parts of a given input. |
| Pattern | Represents a pattern used for matching, searching, or replacing strings. |
| PatternSyntaxException | Encapsulates a syntax error that occurred during the compilation of a Pattern. |