Structs§
- Error that indicates an argument parsing or value logic error occurred.
- A
Config
represents the parsed, expanded, and normalized pattern and options used to initialize aRegexp
. - An iterator that yields a debug representation of a
Regexp
as a sequence ofchar
s. - Configuration options for Ruby Regexps.
- Error that indicates a
Regexp
was malformed at runtime. - A
Source
represents the literal contents used to construct a givenRegexp
. - Container for Ruby VM-level Regexp engine state.
- Error that indicates a given
Regexp
pattern could not be parsed when given as a/.../
literal in Ruby source code.
Enums§
- The encoding of a Regexp literal.
- Sum type of all errors possibly returned from
Regexp
APIs. - The state of a Regexp engine flag in
Options
.
Constants§
- The highest group matched by the last successful match.
- The information about the last match in the current scope.
- The string matched by the last successful match.
- The string to the left of the last successful match.
- The string to the right of the last successful match.
Functions§
- Global variable name for the nth capture group from a
Regexp
match. - Global variable name for the nth capture group from a
Regexp
match.