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(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.
-