[−][src]Module mruby::extn::core::regexp
ruby/spec compliant implementation of
Regexp
.
Each function on Regexp
is implemented as its own module which contains
the Args
struct for invoking the function.
Modules
case_compare | |
casefold | |
enc | Parse encoding parameter to |
eql |
|
escape | |
fixed_encoding | |
hash | |
initialize | |
inspect | |
match_ | |
match_operator | |
match_q | |
named_captures | |
names | |
options | |
opts | Parse options parameter to |
source | |
syntax | Helpers for parsing Regexp patterns. |
to_s | |
union |
Structs
Regexp |
Functions
init |