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