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