Std.Regex.Match
1 declaration
type
MatchThis declaration introduces a public type.
What it does
Where a pattern matched, and what its groups captured.
Positions are character offsets, not byte offsets: a pattern is written
against the characters a reader sees, and answering in bytes would make
every position wrong for any text outside ASCII.
Read the signature
- This declaration has no value signature because it introduces a type or trait.
