Implemented amb673 - pre-compiled regular expression support.
Also commented in the include file a bit better.
This commit is contained in:
@@ -9,8 +9,9 @@ public:
|
||||
bool isFree(bool set=false, bool val=false);
|
||||
void Clear();
|
||||
|
||||
int Compile(const char *pattern);
|
||||
int Compile(const char *pattern, const char* flags = NULL);
|
||||
int Match(const char *str);
|
||||
void ClearMatch();
|
||||
const char *GetSubstring(int s, char buffer[], int max);
|
||||
public:
|
||||
int mErrorOffset;
|
||||
|
||||
Reference in New Issue
Block a user