Check if a string has some ANSI styling
ansi_has_any(string)
string | The string to check. It can also be a character vector. |
---|
Logical vector, TRUE
for the strings that have some
ANSI styling.
Other low level ANSI functions:
ansi_hide_cursor()
,
ansi_regex()
,
ansi_strip()
## The second one has style if crayon is enabled ansi_has_any("foobar")#> [1] FALSE#> [1] TRUE