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