pub fn strip_ansi_codes(s: &str) -> String
Strips ANSI color codes from a string using a regex This is useful for comparing strings with ANSI color codes to strings without