std:std.stringio.IsHexDigit
Checks if a character is a hexadecimal digit.
Returns true if ch is '0'-'9', 'a'-'f', or 'A'-'F'.
ch
chr