Public Constants
 ConstantDefined 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
Constant Detail
isASCIIConstant
public const isASCII:Function

Indicates if the specified character is an ASCII character.

isAlphaConstant 
public const isAlpha:Function

Indicates if the specified character is an alpha (A-Z or a-z) character.

isDigitConstant 
public const isDigit:Function

Indicates if the specified character is a digit.

isHexDigitConstant 
public const isHexDigit:Function

Indicates if the specified character is a hexadecimal digit.

isLowerConstant 
public const isLower:Function

Indicates if the character is lowercase.

isOctalDigitConstant 
public const isOctalDigit:Function

Indicates if the specified character is an octal digit.

isOperatorConstant 
public const isOperator:Function

Indicates if the passed-in string value is a operator digit.

isUnicodeConstant 
public const isUnicode:Function

Indicates if the specified character is a unicode character.

isUpperConstant 
public const isUpper:Function

Indicates if the character is uppercase.