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