Package org.teavm.jso.core
Class JSRegExp
java.lang.Object
org.teavm.jso.core.JSRegExp
- All Implemented Interfaces:
JSObject
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JSRegExp
public JSRegExp()
-
-
Method Details
-
create
-
create
-
create
-
isGlobal
public abstract boolean isGlobal() -
isIgnoreCase
public abstract boolean isIgnoreCase() -
isMultiline
public abstract boolean isMultiline() -
getLastIndex
public abstract int getLastIndex() -
getSource
-
exec
-
test
-
test
-