An implementation of MatchData
for all Regexp
backends.
MatchData
is mostly implemented in Rust with some methods implemented in
Ruby. MatchData
lazily computes matches by delegating to its underlying
Regexp
instance on access.
MatchData
passes all non-skipped ruby/specs.