NegativeLookbehind

Marks a non-capture, negative lookbehind ((?<!)) group.

Ensures that the given pattern would not match and end at the current position in the expression. The pattern must have a fixed width. Does not consume any characters.

Properties

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