Skip to content

Commit bd17b68

Browse files
StartAutomatingStartAutomating
authored andcommitted
Renaming ANSI Regexes to Console (Fixes #188)
Fixing nested references
1 parent 2618914 commit bd17b68

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

RegEx/Console/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Note: Using these regular expressions in the terminal may result in awkward out
1111
|[?<Console_Blink>](Blink.regex.txt) |Matches ANSI Blink Start or End |[source](Blink.regex.source.ps1) |
1212
|[?<Console_Bold>](Bold.regex.txt) |Matches an ANSI Bold (aka bright) Start or End |[source](Bold.regex.source.ps1) |
1313
|[?<Console_Code>](Code.regex.txt) |Matches an ANSI escape code |[source](Code.regex.source.ps1) |
14+
|[?<Console_Color>](Color.regex.txt) |Matches an ANSI color |[source](Color.regex.source.ps1) |
1415
|[?<Console_Cursor>](Cursor.regex.txt) |Matches an ANSI cursor control |[source](Cursor.regex.source.ps1) |
1516
|[?<Console_DefaultColor>](DefaultColor.regex.txt) |Matches an ANSI default color |[source](DefaultColor.regex.source.ps1) |
1617
|[?<Console_Faint>](Faint.regex.txt) |Matches an ANSI Faint (aka dim) Start or End |[source](Faint.regex.source.ps1) |
@@ -21,6 +22,7 @@ Note: Using these regular expressions in the terminal may result in awkward out
2122
|[?<Console_Note>](Note.regex.txt) |Matches an ANSI VT520 Note |[source](Note.regex.source.ps1) |
2223
|[?<Console_Reset>](Reset.regex.txt) |Matches an ANSI Reset (this clears formatting) |[source](Reset.regex.source.ps1) |
2324
|[?<Console_Strikethrough>](Strikethrough.regex.txt)|Matches ANSI Strikethrough (aka crossed out) Start or End |[source](Strikethrough.regex.source.ps1)|
25+
|[?<Console_Style>](Style.regex.txt) |Matches an ANSI style (color or text option) |[source](Style.regex.source.ps1) |
2426
|[?<Console_Underline>](Underline.regex.txt) |Matches ANSI Underline/DoubleUnderline Start or Underline End|[source](Underline.regex.source.ps1) |
2527

2628

0 commit comments

Comments
 (0)