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