Enum regex_syntax::hir::GroupKind [−][src]
The kind of group.
Variants
CaptureIndex(u32)
A normal unnamed capturing group.
The value is the capture index of the group.
A named capturing group.
Show fields
A non-capturing group.