JavaScript is disabled on your browser.
Skip navigation links
GWT 2.11.0
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
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
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.