pub fn strip_control_codes(text: &str) -> String
Strip control characters (bell, backspace, vertical tab, form feed) from a string.
Equivalent to Python Rich’s strip_control_codes().
strip_control_codes()