JavaScript is disabled on your browser.
Skip navigation links
GWT 2.12.0
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Package
com.google.gwt.regexp.shared
Packages that use
com.google.gwt.regexp.shared
Package
Description
com.google.gwt.regexp.shared
A regular expression package based on the capabilities of Javascript's RegExp.
Classes in
com.google.gwt.regexp.shared
used by
com.google.gwt.regexp.shared
Class
Description
MatchResult
Pure Java implementation of a regular expression match result.
RegExp
A class for regular expressions with features like Javascript's RegExp, plus Javascript String's replace and split methods (which can take a RegExp parameter).
SplitResult
Pure Java implementation of a regular expression split result.