|
Ruby
3.1.4p223 (2023-03-30 revision HEAD)
|
Represents a match. More...
#include <rmatch.h>
Data Fields | |
| struct re_registers | regs |
| "Registers" of a match. More... | |
| struct rmatch_offset * | char_offset |
| Capture group offsets, in C array. More... | |
| int | char_offset_num_allocated |
| Number of rmatch_offset that rmatch::char_offset holds. More... | |
| 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 |