Package | Description |
---|---|
com.google.gwt.regexp.shared |
A regular expression package based on the capabilities of Javascript's RegExp.
|
Class and Description |
---|
MatchResult
Pure Java implementation of a regular expression match result.
|
RegExp
A class for regular expressions with features like Javascript's RegExp, plus
Javascript String's replace and split methods (which can take a RegExp
parameter).
|
SplitResult
Pure Java implementation of a regular expression split result.
|