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