|
Lazy RE
|
Represents regex match. More...
#include <lazy_re.h>
Public Attributes | |
| regmatch_t | innerGroups [REGEX_MAX_GROUP] |
| char * | groups [REGEX_MAX_GROUP] |
Represents regex match.
First group contains the whole match.
| char* RegexMatch::groups[REGEX_MAX_GROUP] |
Group array of matched strings.
| regmatch_t RegexMatch::innerGroups[REGEX_MAX_GROUP] |
Posix regex group array.
1.8.11