Skip to content

Files

Latest commit

StartAutomatingStartAutomating
StartAutomating
and
StartAutomating
Sep 12, 2022
d4677cd · Sep 12, 2022

History

History

ANSI

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 12, 2022
Sep 12, 2022
Sep 12, 2022
Sep 12, 2022
Sep 12, 2022
Sep 12, 2022
Sep 12, 2022
Sep 12, 2022
Sep 12, 2022
Sep 12, 2022
Sep 12, 2022
Sep 12, 2022
Sep 12, 2022
Sep 12, 2022

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