public abstract class StringUtils extends Object
| Constructor and Description |
|---|
StringUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
contains(String ua,
String[] browserIds)
true if the given string contains any of the given strings
|
static String[] |
delimitedListToStringArray(String str,
String delimiter) |
static String[] |
toStringArray(Collection collection) |