JavaScript is disabled on your browser.
Skip navigation links
GWT 2.12.0
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Class
com.google.gwt.regexp.shared.MatchResult
Packages that use
MatchResult
Package
Description
com.google.gwt.regexp.shared
A regular expression package based on the capabilities of Javascript's RegExp.
Uses of
MatchResult
in
com.google.gwt.regexp.shared
Methods in
com.google.gwt.regexp.shared
that return
MatchResult
Modifier and Type
Method
Description
MatchResult
RegExp.
exec
(
String
input)
Applies the regular expression to the given string.