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