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