public class JSStringAdapterBase extends Object
| Constructor and Description |
|---|
JSStringAdapterBase() |
| Modifier and Type | Method and Description |
|---|---|
static int |
charCodeAt(String applyTo,
int x) |
static String |
fromCharCode(Class<? extends String> applyTo,
int... codes) |
static Array<String> |
match(String applyTo,
RegExp re) |
static String |
replace(String applyTo,
RegExp re,
Function1<String,String> replaceFunction) |
static String |
replace(String applyTo,
RegExp re,
String repl) |
static Array<String> |
split(String applyTo,
String re) |
static Array<String> |
split(String applyTo,
String re,
int limit) |
Copyright © 2015. All Rights Reserved.