|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sodius.mdw.core.util.StringUtils
public final class StringUtils
Operations on String.
This class cannot be instantiated or subclassed by clients.
| Method Summary | |
|---|---|
static String |
capitalize(String value)
Capitalizes a String changing the first letter to title case as per Character.toTitleCase(char). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String capitalize(String value)
Capitalizes a String changing the first letter to title case as
per Character.toTitleCase(char). No other letters are changed.
value - the String to capitalize, may be null
null if null String input
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||