Containing Type: Pattern
Assembly: Pihrtsoft.Text.RegularExpressions.Linq.dll
Method | Summary |
---|---|
GroupReference(Int32) | Appends a pattern that matches previously defined numbered group. |
GroupReference(String) | Appends a pattern that matches previously defined named group. |
Appends a pattern that matches previously defined numbered group.
public Pihrtsoft.Text.RegularExpressions.Linq.QuantifiablePattern GroupReference(int groupNumber)
groupNumber Int32
A number of the group.
groupNumber is less than zero.
Appends a pattern that matches previously defined named group.
public Pihrtsoft.Text.RegularExpressions.Linq.QuantifiablePattern GroupReference(string groupName)
groupName String
A name of the group.
groupName is not a valid regex group name.
groupName is null
.