|
Ruby 3.2.2p53 (2023-03-30 revision e51014f9c05aa65cbf203442d37fef7c12390015)
|
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 |