pub fn strip_ansi_likely(string: &str) -> Cow<'_, str>
Expand description
Removes ANSI escape codes and some ASCII control characters
Optimized for strings that likely contain ANSI control chars.
Keeps \n
removes \r
, \t
etc.
If parsing fails silently returns the input string