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