Negative Lookahead
Content copied to clipboard
Marks a non-capture, negative lookahead ((?!)) group.
Starting at the current position in the expression, ensures that the given pattern will not match. Does not consume characters.
Content copied to clipboard