51 void init(
const char *t);
59 int match(
const char* s,
int len,
int pos = 0);
61 int search(
const char* s,
int len,
int& matchlen,
int pos = 0);
BESRegex(const char *t)
Initialize a POSIX regular expression (using the 'extended' features).
int match(const char *s, int len, int pos=0)
Does the pattern match.
a C++ interface to POSIX regular expression functions.
int search(const char *s, int len, int &matchlen, int pos=0)
How much of the string does the pattern matche.