pub fn is_hex(str_: &str) -> bool
| Returns true if each character in str | is a hex character, and has an even number | of hex digits. |