public class TestStringUtils
extends java.lang.Object
| Constructor and Description |
|---|
TestStringUtils() |
| Modifier and Type | Method and Description |
|---|---|
void |
hasLetters() |
void |
isBlank() |
void |
isEmpty() |
void |
removeFormattingCharacters() |
void |
removeWhitespaces() |
void |
toAscii() |
void |
toCamelNotation() |
void |
toCyrillic() |
void |
toLatin() |
public void toCamelNotation()
public void toCyrillic()
public void toLatin()
public void toAscii()
public void isEmpty()
public void isBlank()
public void removeWhitespaces()
public void removeFormattingCharacters()
public void hasLetters()