public final class StringUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
capitalize(String expression)
Returns the same string as the original value, with the first letter turned to upper case
|
static String |
uncapitalize(String expression)
Returns the same string as the original value, with the first letter turned to lower case
|
Copyright © 2014–2016. All rights reserved.