PositiveLookahead

Marks a non-capture, positive lookahead ((?=)) group.

Asserts that the given subpattern can be matched here, without consuming characters.

Properties

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