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(String input)
Splits the input string around matches of the regular expression.
|
SplitResult |
RegExp.split(String input,
int limit)
Splits the input string around matches of the regular expression.
|
Copyright © 2018. All rights reserved.