public class StringHelper extends Object
| Constructor and Description |
|---|
StringHelper() |
| Modifier and Type | Method and Description |
|---|---|
String |
camelCaseToUnderLineSeperated(String s) |
boolean |
hasValue(String s) |
String[] |
splitByCamelCase(String str) |
protected String[] |
splitByCharacterType(String str,
boolean camelCase) |
String |
toFirstUpper(String s) |
String |
underLineSeperatedToCamelCase(String s) |
public boolean hasValue(String s)
Copyright © 2018. All rights reserved.