pub fn strip_ansi(text: &str) -> Cow<'_, str>
Strip ANSI escape sequences from text.
Removes all ANSI control sequences (CSI, OSC, etc.) from the input.