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