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