Containing Type: Pattern
Assembly: Pihrtsoft.Text.RegularExpressions.Linq.dll
Appends a pattern that matches zero or more characters that are not followed with a specified value.
public Pihrtsoft.Text.RegularExpressions.Linq.Pattern WhileNot(string value)
value String
A text to find but not to match.
value is null
.