R/has_ansi.R
strip_style.Rd
Remove ANSI escape sequences from a string
strip_style(string)
The input string.
The cleaned up string.
strip_style(red("foobar")) == "foobar" #> [1] TRUE