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