#include <regexp.h>
Public Attributes | |
const char * | pattern |
the regexp pattern to match | |
pcre * | re |
the compiled regexp | |
const char * | subject |
the string being searched | |
int | error |
the error code associated with this operation | |
int | num_matches |
a count of how many matches were found | |
int | matches [30] |
index into the matches; MUST be multiple of 3 |
Definition at line 32 of file regexp.h.