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