NonCapture

Marks a non-capture ((?:)) group.

A non-capturing group allow you to apply quantifiers to part of your regex but does not capture or assign an ID.

Properties

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