28 #ifndef _CEGUIPCRERegexMatcher_h_
29 #define _CEGUIPCRERegexMatcher_h_
31 #include "CEGUIRegexMatcher.h"
32 #include "CEGUIString.h"
64 #endif // end of guard _CEGUIPCRERegexMatcher_h_
Implementation of RegexMatcher using PCRE.
Definition: CEGUIPCRERegexMatcher.h:39
~PCRERegexMatcher()
Destructor.
Interface for Regex matching support classes.
Definition: CEGUIRegexMatcher.h:37
void setRegexString(const String ®ex)
Set the regex string that will be matched against.
PCRERegexMatcher()
Constructor.
const String & getRegexString() const
Return reference to current regex string set.
bool matchRegex(const String &str) const
Return whether a given string matches the set regex.
String class used within the GUI system.
Definition: CEGUIString.h:57