|
solidc
Robust collection of general-purpose cross-platform C libraries and data structures designed for rapid and safe development in C
|
#include <regex.h>
Public Attributes | |
| regex_span_t | group [REGEX_MAX_GROUPS] |
| uint32_t | count |
The result of a single match operation.
group[0] is always the whole match span. group[1..count-1] are capturing groups in left-to-right order. A group that did not participate in the match has start == end == PCRE2_UNSET.
| regex_span_t regex_match_t::group[REGEX_MAX_GROUPS] |