| ansi_strip {cli} | R Documentation |
The input may be of class ansi_string class, this is also dropped
from the result.
ansi_strip(string)
string |
The input string. |
The cleaned up string.
Other low level ANSI functions:
ansi_has_any(),
ansi_hide_cursor(),
ansi_regex()
ansi_strip(col_red("foobar")) == "foobar"