NegativeLookahead

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.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int
Link copied to clipboard
val sign: String