Uses of Class
com.google.gwt.regexp.shared.SplitResult
-
Packages that use SplitResult Package Description com.google.gwt.regexp.shared A regular expression package based on the capabilities of Javascript's RegExp. -
-
Uses of SplitResult in com.google.gwt.regexp.shared
Methods in com.google.gwt.regexp.shared that return SplitResult Modifier and Type Method Description SplitResultRegExp. split(java.lang.String input)Splits the input string around matches of the regular expression.SplitResultRegExp. split(java.lang.String input, int limit)Splits the input string around matches of the regular expression.
-