The input may be of class cli_ansi_string
class, this is also dropped
from the result.
Value
The cleaned up string. Note that ansi_strip()
always drops
the cli_ansi_string
class, even if sgr
and sciare
FALSE`.
See also
Other low level ANSI functions:
ansi_has_any()
,
ansi_hide_cursor()
,
ansi_regex()
,
ansi_string()
Examples
ansi_strip(col_red("foobar")) == "foobar"
#> [1] TRUE