Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.05 KB

README.md

File metadata and controls

15 lines (10 loc) · 1.05 KB

This directory contains regular expressions for ANSI escape sequences.

Note: Using these regular expressions in the terminal may result in awkward output. (the .Match will contain an escape sequence, which will make the next output attempt to use this escape sequence)

Name Description IsGenerator
?<ANSI_24BitColor> Matches an ANSI 24-bit color False
?<ANSI_4BitColor> Matches an ANSI 3 or 4-bit color False
?<ANSI_8BitColor> Matches an ANSI 8 bit color False
?<ANSI_Code> Matches an ANSI escape code False
?<ANSI_Color> Matches an ANSI color False
?<ANSI_DefaultColor> Matches an ANSI 24-bit color False