pub fn has_control_chars_u8(s: &[u8]) -> bool
Expand description

Checks if a byte array has ASCII control characters.