public final class CaseConverter extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
LOWER_CAMEL_CASE_RE |
| Modifier and Type | Method and Description |
|---|---|
static String |
captialize(String text) |
static List<String> |
splitWords(String text) |
static String |
toCapitalizedWords(String text) |
static String |
toLowerCamelCase(String text) |
static String |
toLowerFirstChar(String text) |
static String |
toLowerUnderscore(String text) |
static String |
toSentence(String text) |
static String |
toUpperCamelCase(String text) |
static String |
toUpperFirstChar(String text) |
static String |
toUpperUnderscore(String text) |
public static final String LOWER_CAMEL_CASE_RE
Copyright © 2015 Revolution Systems Inc.. All rights reserved.