All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static Boolean |
contains(String s,
String substr) |
static Integer |
count(String s,
String substr) |
static Boolean |
equals(String expect,
String actual) |
static Boolean |
hasPrefix(String s,
String prefix) |
static Boolean |
hasSuffix(String s,
String substr) |
static Integer |
index(String s,
String substr) |
static String |
replace(String raw,
String oldStr,
String newStr,
Integer count) |
static List<String> |
split(String raw,
String sep,
Integer limit) |
static String |
subString(String s,
Integer start,
Integer end) |
static byte[] |
toBytes(String raw,
String encoding) |
static String |
toLower(String s) |
static String |
toUpper(String s) |
static String |
trim(String raw) |