std.stringio.IsHexDigit - nitrologic/monkey2 GitHub Wiki
std::std.stringio.IsHexDigit
monkey:monkey.types.Bool( chr:monkey:monkey.types.Int )
Function IsHexDigit:Checks if a character is a hexadecimal digit.
Returns true if ch
is '0'-'9', 'a'-'f', or 'A'-'F'.
Parameters | |
---|---|
chr |
chr The character to check. |