You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RegEx/Console/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ Note: Using these regular expressions in the terminal may result in awkward out
11
11
|[?<Console_Blink>](Blink.regex.txt)|Matches ANSI Blink Start or End |[source](Blink.regex.source.ps1)|
12
12
|[?<Console_Bold>](Bold.regex.txt)|Matches an ANSI Bold (aka bright) Start or End |[source](Bold.regex.source.ps1)|
13
13
|[?<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)|
14
15
|[?<Console_Cursor>](Cursor.regex.txt)|Matches an ANSI cursor control |[source](Cursor.regex.source.ps1)|
15
16
|[?<Console_DefaultColor>](DefaultColor.regex.txt)|Matches an ANSI default color |[source](DefaultColor.regex.source.ps1)|
16
17
|[?<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
21
22
|[?<Console_Note>](Note.regex.txt)|Matches an ANSI VT520 Note |[source](Note.regex.source.ps1)|
22
23
|[?<Console_Reset>](Reset.regex.txt)|Matches an ANSI Reset (this clears formatting) |[source](Reset.regex.source.ps1)|
23
24
|[?<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)|
24
26
|[?<Console_Underline>](Underline.regex.txt)|Matches ANSI Underline/DoubleUnderline Start or Underline End|[source](Underline.regex.source.ps1)|
0 commit comments