pub fn remove_control_chars(s: &str) -> String
Expand description

Removes control characters from a string to make it suitable for printing.