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
@@ -124,6 +124,7 @@ Irregular includes 142 regular expressions
124
124
|[PowerShell_Variable](/RegEx/PowerShell/Variable.regex.txt)|Matches a PowerShell Variable|False|
125
125
|[Punctuation](/RegEx/Punctuation.regex.txt)|Matches any single or repeated punctuation.|False|
126
126
|[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|
127
128
|[RegularExpression_Quantifier](/RegEx/RegularExpression/Quantifier.regex.txt)|Matches a quantifier|False|
128
129
|[REST_Variable](/RegEx/REST/Variable.regex.ps1)|Matches variables within a RESTful URL. Variables can take several forms:<br/><br/>|True|
129
130
|[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