Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 697 Bytes

File metadata and controls

31 lines (17 loc) · 697 Bytes

Pattern.WhileNot(String) Method

Home

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)

Parameters

valueString

A text to find but not to match.

Returns

Pattern

Exceptions

ArgumentNullException

value is null.