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