Uses of Class
com.google.gwt.regexp.shared.MatchResult
-
Packages that use MatchResult Package Description com.google.gwt.regexp.shared A regular expression package based on the capabilities of Javascript's RegExp. -
-
Uses of MatchResult in com.google.gwt.regexp.shared
Methods in com.google.gwt.regexp.shared that return MatchResult Modifier and Type Method Description MatchResult
RegExp. exec(java.lang.String input)
Applies the regular expression to the given string.
-