std.stringio.IsHexDigit - nitrologic/monkey2 GitHub Wiki
std::std.stringio.IsHexDigit
Function IsHexDigit:monkey:monkey.types.Bool( chr:monkey:monkey.types.Int )
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. |