Std.Regex.Regex
1 declaration
type
RegexThis declaration introduces a public type.
What it does
A compiled pattern.
groups counts the capturing groups, so a caller knows how many captures a
match can carry without looking at the pattern text again.
Read the signature
- This declaration has no value signature because it introduces a type or trait.
