Containing Type: Pattern
Assembly: Pihrtsoft.Text.RegularExpressions.Linq.dll
Method | Summary |
---|---|
LatinLetter() | Appends a pattern that matches a latin alphabet letter. |
LatinLetter(Int32) | Appends a pattern that matches a specified number of latin alphabet letters. |
Appends a pattern that matches a latin alphabet letter.
public Pihrtsoft.Text.RegularExpressions.Linq.CharGroup LatinLetter()
Appends a pattern that matches a specified number of latin alphabet letters.
public Pihrtsoft.Text.RegularExpressions.Linq.QuantifiedGroup LatinLetter(int exactCount)
exactCount Int32
A number of times a character has to be matched.
exactCount is less than zero.