Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 495 Bytes

File metadata and controls

22 lines (13 loc) · 495 Bytes

CharPattern.Negate() Method

Home

Containing Type: CharPattern

Assembly: Pihrtsoft.Text.RegularExpressions.Linq.dll


Returns a patterns that matches what is not matched by the current instance.

public abstract Pihrtsoft.Text.RegularExpressions.Linq.CharGroup Negate()

Returns

CharGroup

Implements