pub const isize_hex: RegexParser<isize, ParseIntError>;
Parse an integer written in base 16, using the from_str_radix static method from the Rust standard library.
from_str_radix