|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.specrunner.util.UtilString
public final class UtilString
Utility String class.
| Method Summary | |
|---|---|
static String |
camelCase(String text)
Camel case characters, as Java attributes or methods. |
static String |
camelCase(String text,
boolean changeFirst)
Normalize a string using camel case rules. |
static String |
clean(String str)
Remove all Latin characters. |
static String |
normalize(String str)
Normalize a string, removing white spaces. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String normalize(String str)
str - The original string.
public static String camelCase(String text)
text - The text to change.
public static String camelCase(String text,
boolean changeFirst)
text - The text to be normalized.changeFirst - Flag to upper first character also.
public static String clean(String str)
str - The string to be normalized.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||