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