Ruby 3.2.4p170 (2024-04-23 revision af471c0e0127eea0cafa6f308c0425bbfab0acf5)
|
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 |