Function human_regex::non_hexdigit

source ·
pub fn non_hexdigit() -> HumanRegex
Expand description

A function to match any digit that wouldn’t appear in a hexadecimal number ([^A-Fa-f0-9])