Expand description
Shared ANSI escape parser and stripping utilities for VT Code.
See docs/reference/ansi-in-vtcode.md for the workspace usage map.
Functionsยง
- contains_
unicode - Detect if text contains unicode characters that need special handling
- parse_
ansi_ sequence - Parse and determine the length of the ANSI escape sequence at the start of text
- strip_
ansi - Strip ANSI escape codes from text, keeping only plain text
- strip_
ansi_ ascii_ only - Fast ASCII-only ANSI stripping for performance-critical paths
- strip_
ansi_ bytes - Strip ANSI escape codes from arbitrary bytes, preserving non-control bytes.