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