pub fn escape_control_codes(text: &str) -> String
Escape control characters in a string, replacing them with visible representations like \\a, \\b, etc.
\\a
\\b