Fixed regex! Much simpler and sensible implementation too.
This commit is contained in:
@@ -16,8 +16,7 @@ class RegEx {
|
||||
RegEx(std::string inPattern);
|
||||
~RegEx();
|
||||
|
||||
void construct();
|
||||
void deperenthesize();
|
||||
RegExState* construct(std::vector<RegExState*>* ending, std::string pattern);
|
||||
int longMatch(std::string stringToMatch);
|
||||
std::string getPattern();
|
||||
std::string toString();
|
||||
|
||||
Reference in New Issue
Block a user