Lazy RE
Public Attributes | List of all members
RegexMatch Struct Reference

Represents regex match. More...

#include <lazy_re.h>

Public Attributes

regmatch_t innerGroups [REGEX_MAX_GROUP]
 
char * groups [REGEX_MAX_GROUP]
 

Detailed Description

Represents regex match.

First group contains the whole match.

Note
Number of groups are limited to REGEX_MAX_GROUP.

Member Data Documentation

char* RegexMatch::groups[REGEX_MAX_GROUP]

Group array of matched strings.

regmatch_t RegexMatch::innerGroups[REGEX_MAX_GROUP]

Posix regex group array.


The documentation for this struct was generated from the following file: