title | categories | version | platform | usage |
---|---|---|---|---|
ansi strip |
platform
|
0.86.0 |
Strip ANSI escape sequences from a string.
|
Strip ANSI escape sequences from a string.
|
{{ $frontmatter.platform }}
> ansi strip {flags} ...rest
...rest
: for a data structure input, remove ANSI sequences from strings at the given cell paths
input | output |
---|---|
list<string> | list<string> |
record | record |
string | string |
table | table |
Strip ANSI escape sequences from a string
> $'(ansi green)(ansi cursor_on)hello' | ansi strip
hello