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