Ruby 3.2.3p157 (2024-01-18 revision 52bb2ac0a6971d0391efa2275f7a66bff319087c)
|
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 |