Package | Description |
---|---|
com.google.gwt.regexp.shared |
A regular expression package based on the capabilities of Javascript's RegExp.
|
Modifier and Type | Method and Description |
---|---|
MatchResult |
RegExp.exec(java.lang.String input)
Applies the regular expression to the given string.
|