Containing Type: Pattern
Assembly: Pihrtsoft.Text.RegularExpressions.Linq.dll
Method | Summary |
---|---|
Parenthesis() | Appends a pattern that matches left or right parenthesis. |
Parenthesis(Int32) | Appends a pattern that matches left or right parenthesis specified number of times. |
Appends a pattern that matches left or right parenthesis.
public Pihrtsoft.Text.RegularExpressions.Linq.CharGroup Parenthesis()
Appends a pattern that matches left or right parenthesis specified number of times.
public Pihrtsoft.Text.RegularExpressions.Linq.QuantifiedGroup Parenthesis(int exactCount)
exactCount Int32
A number of times a character has to be matched.
exactCount is less than zero.