operator ~ method

CharMatcher operator ~()

Returns a matcher that matches any character not matched by this matcher.

Implementation

CharMatcher operator ~() => NegateCharMatcher(this);