public class Format extends Object
| Modifier and Type | Method and Description |
|---|---|
Format |
capitalize() |
static Format |
create(String string) |
boolean |
equals(Object obj) |
int |
hashCode() |
Format |
justLetters() |
Format |
justNumbers() |
Format |
justSymbols() |
Format |
lowerCase() |
Format |
remove(char... characters) |
Format |
remove(char character) |
Format |
remove(String... regex) |
Format |
remove(String regex) |
Format |
removeDot() |
Format |
removeLetters() |
Format |
removeNumbers() |
Format |
removeSymbols() |
Format |
removeSymbolsButDot() |
Format |
removeWhitespace() |
Format |
spaceWhitespace() |
String |
toString() |
Format |
upperCase() |
public Format(String string)
public Format removeLetters()
public Format removeSymbols()
public Format removeSymbolsButDot()
public Format removeDot()
public Format removeNumbers()
public Format removeWhitespace()
public Format spaceWhitespace()
public Format remove(char... characters)
public Format remove(char character)
public Format justNumbers()
public Format justLetters()
public Format justSymbols()
public Format upperCase()
public Format lowerCase()
public Format capitalize()
Copyright © 2018. All rights reserved.