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