| Package | Description |
|---|---|
| org.teavm.jso.core |
| Modifier and Type | Method and Description |
|---|---|
static JSRegExp |
JSRegExp.create(String pattern) |
static JSRegExp |
JSRegExp.create(String pattern,
JSRegExpFlag... flags) |
static JSRegExp |
JSRegExp.create(String pattern,
String flags) |
| Modifier and Type | Method and Description |
|---|---|
abstract JSArray<JSString> |
JSString.match(JSRegExp regexp) |
abstract JSString |
JSString.replace(JSRegExp regexp,
JSReplaceFunction replaceBy) |
abstract JSString |
JSString.replace(JSRegExp regexp,
JSString replaceBy) |
abstract int |
JSString.search(JSRegExp regexp) |
abstract JSString[] |
JSString.split(JSRegExp separator) |
abstract JSString[] |
JSString.split(JSRegExp separator,
int limit) |
Copyright © 2015. All rights reserved.