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