public class StringUtils extends Object
| Constructor and Description |
|---|
StringUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
capitalize(String string)
Capitalize the first letter of a string (ie.: username becomes Username)
|
This documentation was released into the public domain.