|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.slim3.commons.util.StringUtil
public final class StringUtil
A utility class for String
.
Method Summary | |
---|---|
static String |
capitalize(String text)
Capitalizes the text according to JavaBeans specification. |
static String |
decapitalize(String text)
Decapitalizes the text according to JavaBeans specification. |
static boolean |
isEmpty(String text)
Determines if the text is empty. |
static String[] |
split(String text,
String delim)
Splits the text by the delimiter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean isEmpty(String text)
text
- the text
public static String decapitalize(String text)
text
- the text
public static String capitalize(String text)
text
- the text
public static String[] split(String text, String delim)
text
- the textdelim
- the delimiter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |