Skip to content

Commit 7430a5c

Browse files
StartAutomatingStartAutomating
authored andcommitted
feat: ?<Symbol> ( Fixes #202 )
1 parent d355f3a commit 7430a5c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/SavedPatterns.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### Irregular Patterns
2-
Irregular includes 143 regular expressions
2+
Irregular includes 144 regular expressions
33
|Name|Description|IsGenerator|
44
|:---|:----------|:----------|
55
|[ArithmeticOperator](/RegEx/ArithmeticOperator.regex.txt)|Simple Arithmetic Operators|False|
@@ -133,6 +133,7 @@ Irregular includes 143 regular expressions
133133
|[StartsWithCapture](/RegEx/StartsWithCapture.regex.txt)|Matches if the string starts with a named capture, and captures the FirstCaptureName|False|
134134
|[Subtitle_SRT](/RegEx/Subtitle/SRT.regex.txt)|Matches a SubRip Subtitle|False|
135135
|[Subtitle_VTT](/RegEx/Subtitle/VTT.regex.txt)|Matches a WebVTT Subtitle|False|
136+
|[Symbol](/RegEx/Symbol.regex.txt)|Matches a Symbol|False|
136137
|[Tag](/RegEx/Tag.regex.txt)|This will match a balanced markup tag.|False|
137138
|[TrueOrFalse](/RegEx/TrueOrFalse.regex.txt)|Matches the literal 'true' or 'false'|False|
138139
|[Unix_Conf_File](/RegEx/Unix/Conf_File.regex.txt)|Matches Configuraiton File Content|False|

0 commit comments

Comments
 (0)