Package | Description |
---|---|
com.google.gwt.regexp.shared |
A regular expression package based on the capabilities of Javascript's RegExp.
|
Modifier and Type | Method and Description |
---|---|
static RegExp |
RegExp.compile(java.lang.String pattern)
Creates a regular expression object from a pattern with no flags.
|
static RegExp |
RegExp.compile(java.lang.String pattern,
java.lang.String flags)
Creates a regular expression object from a pattern using the given flags.
|