Property | Defined By | ||
---|---|---|---|
Table : Vector.<int> [static] [read-only] | StiChars |
Constant | Defined By | ||
---|---|---|---|
isDigit : int = 0x02 [static] | StiChars | ||
isLetter : int = 0x01 [static] | StiChars | ||
isLower : int = 0x08 [static] | StiChars | ||
isUpper : int = 0x04 [static] | StiChars | ||
isWhitespace : int = 0x10 [static] | StiChars |
Table | property |
Table:Vector.<int>
[read-only] public static function get Table():Vector.<int>
isDigit | Constant |
public static const isDigit:int = 0x02
isLetter | Constant |
public static const isLetter:int = 0x01
isLower | Constant |
public static const isLower:int = 0x08
isUpper | Constant |
public static const isUpper:int = 0x04
isWhitespace | Constant |
public static const isWhitespace:int = 0x10