|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xulux.utils.StringUtils
public class StringUtils
| Constructor Summary | |
|---|---|
StringUtils()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
capitalize(java.lang.String constraint)
Capitalizes a string, which means the first character will be uppercase and the other characters will be lowercase. |
static java.lang.String |
replace(java.lang.String value,
java.lang.String replace,
char c)
Replace the specified string with the specified char |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StringUtils()
| Method Detail |
|---|
public static java.lang.String replace(java.lang.String value,
java.lang.String replace,
char c)
value - the value to do the magic onreplace - the value to replacec - the char to replace it with
public static java.lang.String capitalize(java.lang.String constraint)
constraint -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||