MCPcopy Create free account
hub / github.com/davidblewett/rure-python / Group

Class Group

regex/regex-syntax/src/ast/mod.rs:1192–1199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1190/// `(?is:a)`.
1191#[derive(Clone, Debug, Eq, PartialEq)]
1192pub struct Group {
1193 /// The span of this group.
1194 pub span: Span,
1195 /// The kind of this group.
1196 pub kind: GroupKind,
1197 /// The regular expression in this group.
1198 pub ast: Box<Ast>,
1199}
1200
1201impl Group {
1202 /// If this group is non-capturing, then this returns the (possibly empty)

Callers 4

pop_groupMethod · 0.70
groupFunction · 0.70
inductMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected