Function is_hex_number

Source
pub fn is_hex_number(str_: &str) -> bool
Expand description

| Return true if the string is a hex number, | optionally prefixed with “0x” |