[−][src]Module mruby::extn::core::matchdata
ruby/spec compliant implementation of
MatchData.
Each function on MatchData is implemented as its own module which contains
the Args struct for invoking the function.
MatchData#==,
MatchData#eql?,
MatchData#inspect,
and
MatchData#values_at
are
implemented in Ruby.
Modules
| begin | |
| captures | |
| element_reference | |
| end | |
| length | |
| named_captures | |
| names | |
| offset | |
| post_match | |
| pre_match | |
| regexp | |
| string | |
| to_a | |
| to_s |
Structs
| MatchData | |
| Region |
Functions
| init |