Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 969 Bytes

ansi_strip.md

File metadata and controls

41 lines (31 loc) · 969 Bytes
title categories version platform usage feature
ansi strip
platform
0.94.0
Strip ANSI escape sequences from a string.
Strip ANSI escape sequences from a string.
default

ansi strip for platform

Strip ANSI escape sequences from a string.

Signature

> ansi strip {flags} ...rest

Parameters

  • ...rest: For a data structure input, remove ANSI sequences from strings at the given cell paths.

Input/output types:

input output
list<string> list<string>
record record
string string
table table

Examples

Strip ANSI escape sequences from a string

> $'(ansi green)(ansi cursor_on)hello' | ansi strip
hello