Skip to content

Commit dcd7661

Browse files
StartAutomatingStartAutomating
authored andcommitted
Adding ?<RegularExpression_GroupName> (Fixes #195)
1 parent e7d0d54 commit dcd7661

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 142 regular expressions
2+
Irregular includes 143 regular expressions
33
|Name|Description|IsGenerator|
44
|:---|:----------|:----------|
55
|[ArithmeticOperator](/RegEx/ArithmeticOperator.regex.txt)|Simple Arithmetic Operators|False|
@@ -124,6 +124,7 @@ Irregular includes 142 regular expressions
124124
|[PowerShell_Variable](/RegEx/PowerShell/Variable.regex.txt)|Matches a PowerShell Variable|False|
125125
|[Punctuation](/RegEx/Punctuation.regex.txt)|Matches any single or repeated punctuation.|False|
126126
|[RegularExpression_Group](/RegEx/RegularExpression/Group.regex.txt)|Matches groups in a regular expression|False|
127+
|[RegularExpression_GroupName](/RegEx/RegularExpression/GroupName.regex.txt)|Matches a regular expression group name|False|
127128
|[RegularExpression_Quantifier](/RegEx/RegularExpression/Quantifier.regex.txt)|Matches a quantifier|False|
128129
|[REST_Variable](/RegEx/REST/Variable.regex.ps1)|Matches variables within a RESTful URL. Variables can take several forms:<br/><br/>|True|
129130
|[Security_AccessToken](/RegEx/Security/AccessToken.regex.ps1)|Matches Access Tokens.<br/><br/> Access Tokens are single-line base64 strings that have more than -MinimumLength characters (default 40)|True|

0 commit comments

Comments
 (0)