Format |
Format.capitalize() |
static Format |
Format.create(String string) |
Format |
Format.justLetters() |
Format |
Format.justNumbers() |
Format |
Format.justSymbols() |
Format |
Format.lowerCase() |
Format |
Format.remove(char... characters) |
Format |
Format.remove(char character) |
Format |
Format.remove(String... regex) |
Format |
Format.remove(String regex) |
Format |
Format.removeDot() |
Format |
Format.removeLetters() |
Format |
Format.removeNumbers() |
Format |
Format.removeSymbols() |
Format |
Format.removeSymbolsButDot() |
Format |
Format.removeWhitespace() |
Format |
Format.spaceWhitespace() |
Format |
Format.upperCase() |