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 |
---|---|
SplitResult |
RegExp.split(java.lang.String input)
Splits the input string around matches of the regular expression.
|
SplitResult |
RegExp.split(java.lang.String input,
int limit)
Splits the input string around matches of the regular expression.
|