Java com.google.gwt.regexp.shared RegExp fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.regexp.shared RegExp fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.regexp.shared RegExp.

The text is from its open source code.

Method

RegExpcompile(String pattern)
RegExpcompile(String pattern, String flags)
Creates a regular expression object from a pattern with no flags.
MatchResultexec(String input)
booleangetGlobal()
intgetLastIndex()
StringgetSource()
Stringquote(String input)
Returns a literal pattern String for the specified String.
Stringreplace(String input, String replacement)
voidsetLastIndex(int lastIndex)
SplitResultsplit(String input)
booleantest(String input)