public class TextUtil extends Object
| Constructor and Description |
|---|
TextUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isFirstLetterSeparatorChar(char c)
Description of the Method
|
static String |
replaceChar(String text,
char newChar,
int index)
Replace character at the specified index by another.
|
static String |
transformFirstLetterText(String text,
CalculatedStyle style)
Description of the Method
|
static String |
transformText(String text,
CalculatedStyle style)
Description of the Method
|
public static String transformText(String text, CalculatedStyle style)
text - PARAMstyle - public static String transformFirstLetterText(String text, CalculatedStyle style)
text - PARAMstyle - public static String replaceChar(String text, char newChar, int index)
text - Source textnewChar - Replacement characterpublic static boolean isFirstLetterSeparatorChar(char c)
c - PARAMCopyright © 2015. All rights reserved.