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