ANSI Escape Stripper
Remove ANSI color codes and terminal control sequences from CI logs or terminal captures.
Stripped (48 chars, −46)
What it removes
- Colors and styles —
\x1b[31m,\x1b[1;33m, etc. - Cursor movement, screen clearing, and other CSI sequences
- OSC sequences (window titles, hyperlinks)
- Common terminal control characters
Use it for
Pasting CI logs, screen-grabbed terminal output, or any colored tool output into something that can't render escape codes.
You might also like
- Comment Style ConverterTranslate //, #, --, ;, %, /* */, and <!-- --> comments between languages while preserving indentation.
- Diff CheckerCompare two pieces of text side-by-side with line- and word-level highlighting.
- Email Address List ParserParse RFC 5322 address lists with display names, quoted strings, comments, and validation.
- Find & ReplaceBulk find-and-replace over text with optional regex, case sensitivity, and whole-word matching.