Methods
| Modifier and Type |
Method and Description |
static boolean |
contains(Object string,
Object searchString) |
static boolean |
containsIgnoreCase(Object string,
Object searchString) |
static boolean |
endsWith(Object string,
Object searchString) |
static String |
escapeXml(Object string) |
static int |
indexOf(Object string,
Object searchString) |
static String |
join(Object objects,
Object join) |
static int |
len(Object item) |
static int |
length(Object item) |
static String |
lower(Object string) |
static String |
replace(Object string,
Object orgSubStr,
Object newSubStr) |
static String |
slc(Object string,
int start) |
static String |
slc(Object string,
int start,
int stop) |
static String |
slcEnd(Object string,
int end) |
static Object |
sort(Object collection) |
static Object |
sortBy(Object... args) |
static Object |
sortByDesc(Object... args) |
static Object |
sortDesc(Object collection) |
static String[] |
split(Object string,
Object split) |
static boolean |
startsWith(Object string,
Object searchString) |
static String |
substring(Object string,
int start,
int stop) |
static String |
substringAfter(Object string,
Object after) |
static String |
substringBefore(Object string,
Object before) |
static String |
toLowerCase(Object string) |
static String |
trim(Object string) |
static String |
upper(Object string) |