Ruby 3.2.5p208 (2024-07-26 revision 31d0f1a2e7dbfb60731d1f05b868e1d578cda493)
|
Represents a match. More...
#include <rmatch.h>
Data Fields | |
struct re_registers | regs |
"Registers" of a match. | |
struct rmatch_offset * | char_offset |
Capture group offsets, in C array. | |
int | char_offset_num_allocated |
Number of rmatch_offset that rmatch::char_offset holds. | |
struct rmatch_offset* rmatch::char_offset |
int rmatch::char_offset_num_allocated |
Number of rmatch_offset that rmatch::char_offset holds.
struct re_registers rmatch::regs |