45 void init(
const char *t);
49 Regex(
const char *t,
int dummy);
53 int match(
const char* s,
int len,
int pos = 0);
55 int search(
const char* s,
int len,
int& matchlen,
int pos = 0);
int match(const char *s, int len, int pos=0)
Does the pattern match.
int search(const char *s, int len, int &matchlen, int pos=0)
How much of the string does the pattern match.
top level DAP object to house generic methods