Function is_hex

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

| Returns true if each character in str | is a hex character, and has an even number | of hex digits. |