Methods
(static) IsLetterOrDigit(char) → {boolean}
- Source:
.
Is Char a Letter or Digit
Parameters:
Name | Type | Description |
---|---|---|
char |
string |
Returns:
Is Letter or Digit
- Type
- boolean
(static) IsWhiteSpace(char) → {boolean}
- Source:
.
Is Char Whitespace
Parameters:
Name | Type | Description |
---|---|---|
char |
string |
Returns:
Is Whitespace
- Type
- boolean