public class ChatAllowedCharacters
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static char[] |
allowedCharactersArray |
| Constructor and Description |
|---|
ChatAllowedCharacters() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
filterAllowedCharacters(java.lang.String input) |
static boolean |
isAllowedCharacter(char character) |