Skip to content

Commit 7324ba4

Browse files
StartAutomatingStartAutomating
authored andcommitted
Adding ?<RegularExpression_GroupName> (Fixes #195)
1 parent a1cf344 commit 7324ba4

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

RegEx/RegularExpression/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
This directory contains regular expressions used to help parse regular expressions.
22

33

4-
|Name |Description |Source |
5-
|-------------------------------------------------------|--------------------------------------|-------------------------------------|
6-
|[?<RegularExpression_Group>](Group.regex.txt) |Matches groups in a regular expression|
7-
|[?<RegularExpression_Quantifier>](Quantifier.regex.txt)|Matches a quantifier |[source](Quantifier.regex.source.ps1)|
4+
|Name |Description |Source |
5+
|-------------------------------------------------------|---------------------------------------|-------------------------------------|
6+
|[?<RegularExpression_Group>](Group.regex.txt) |Matches groups in a regular expression |
7+
|[?<RegularExpression_GroupName>](GroupName.regex.txt) |Matches a regular expression group name|[source](GroupName.regex.source.ps1) |
8+
|[?<RegularExpression_Quantifier>](Quantifier.regex.txt)|Matches a quantifier |[source](Quantifier.regex.source.ps1)|
89

910

0 commit comments

Comments
 (0)