| Constant | Defined By | ||
|---|---|---|---|
| isAlpha : Function
Indicates if the specified character is an alpha (A-Z or a-z) character. | core.chars | ||
| isASCII : Function
Indicates if the specified character is an ASCII character. | core.chars | ||
| isDigit : Function
Indicates if the specified character is a digit. | core.chars | ||
| isHexDigit : Function
Indicates if the specified character is a hexadecimal digit. | core.chars | ||
| isLower : Function
Indicates if the character is lowercase. | core.chars | ||
| isOctalDigit : Function
Indicates if the specified character is an octal digit. | core.chars | ||
| isOperator : Function
Indicates if the passed-in string value is a operator digit. | core.chars | ||
| isUnicode : Function
Indicates if the specified character is a unicode character. | core.chars | ||
| isUpper : Function
Indicates if the character is uppercase. | core.chars | ||
| isASCII | Constant |
public const isASCII:FunctionIndicates if the specified character is an ASCII character.
| isAlpha | Constant |
public const isAlpha:FunctionIndicates if the specified character is an alpha (A-Z or a-z) character.
| isDigit | Constant |
public const isDigit:FunctionIndicates if the specified character is a digit.
| isHexDigit | Constant |
public const isHexDigit:FunctionIndicates if the specified character is a hexadecimal digit.
| isLower | Constant |
public const isLower:FunctionIndicates if the character is lowercase.
| isOctalDigit | Constant |
public const isOctalDigit:FunctionIndicates if the specified character is an octal digit.
| isOperator | Constant |
public const isOperator:FunctionIndicates if the passed-in string value is a operator digit.
| isUnicode | Constant |
public const isUnicode:FunctionIndicates if the specified character is a unicode character.
| isUpper | Constant |
public const isUpper:FunctionIndicates if the character is uppercase.