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