Crazy Eddies GUI System
0.7.9
|
Interface for Regex matching support classes. More...
Public Member Functions | |
virtual | ~RegexMatcher () |
Destructor. | |
virtual void | setRegexString (const String ®ex)=0 |
Set the regex string that will be matched against. | |
virtual const String & | getRegexString () const =0 |
Return reference to current regex string set. | |
virtual bool | matchRegex (const String &str) const =0 |
Return whether a given string matches the set regex. | |
Interface for Regex matching support classes.