1 #ifndef GCP_UTIL_REGEXPPARSER_H
2 #define GCP_UTIL_REGEXPPARSER_H
34 bool matches(std::string matchString);
40 std::string regExpString_;
48 bool matches(
char* matchString);
65 bool matchSingle(
char *start_ptr,
char *end_ptr,
char ch);
77 char getNextChar(
char *
string,
char **tail,
bool& wasEscaped);
87 #endif // End #ifndef GCP_UTIL_REGEXPPARSER_H
RegExpParser(std::string regexp)
Definition: RegExpParser.cc:15
Definition: RegExpParser.h:16
bool matches(std::string matchString)
virtual ~RegExpParser()
Definition: RegExpParser.cc:23