| Modifier and Type | Method and Description |
|---|---|
static String |
identifierToHumanReadable(String string) |
static String |
join(String delim,
Object... objects)
Join a list of non-null objects with
delim and return it
as a string. |
static String |
removeHtmlTags(String string) |
static String |
splitCamelCase(String camelCaseString) |
static <T> String |
toString(Iterable<T> iterable,
String separator) |
static String |
urlEncodeWrapException(String string,
String encoding) |