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