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