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.RegExp
Packages that use
RegExp
Package
Description
com.google.gwt.regexp.shared
A regular expression package based on the capabilities of Javascript's RegExp.
Uses of
RegExp
in
com.google.gwt.regexp.shared
Methods in
com.google.gwt.regexp.shared
that return
RegExp
Modifier and Type
Method
Description
static
RegExp
RegExp.
compile
(
String
pattern)
Creates a regular expression object from a pattern with no flags.
static
RegExp
RegExp.
compile
(
String
pattern,
String
flags)
Creates a regular expression object from a pattern using the given flags.