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