28 #ifndef _CEGUIRegexMatcher_h_
29 #define _CEGUIRegexMatcher_h_
52 #endif // end of guard _CEGUIRegexMatcher_h_
virtual bool matchRegex(const String &str) const =0
Return whether a given string matches the set regex.
Interface for Regex matching support classes.
Definition: CEGUIRegexMatcher.h:37
virtual ~RegexMatcher()
Destructor.
Definition: CEGUIRegexMatcher.h:41
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.
String class used within the GUI system.
Definition: CEGUIString.h:57