public class StringUtils extends Object
Constructor and Description |
---|
StringUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
capitalise(String s)
Capitalise a String
|
static String |
stripPrefix(String prefix,
String name)
Strip a prefix from a name
|