GWT 2.7.0

Uses of Class
com.google.gwt.regexp.shared.RegExp

Packages that use RegExp
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
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.
 


GWT 2.7.0