27 #ifndef _CEGUIPCRERegexMatcher_h_
28 #define _CEGUIPCRERegexMatcher_h_
30 #include "CEGUI/RegexMatcher.h"
31 #include "CEGUI/String.h"
72 #endif // end of guard _CEGUIPCRERegexMatcher_h_
Definition: PCRERegexMatcher.h:47
~PCRERegexMatcher()
Destructor.
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1
Interface for Regex matching support classes.
Definition: RegexMatcher.h:39
MatchState getMatchStateOfString(const String &str) const
Return the MatchState result for the given String.
MatchState
Enumeration of possible states when cosidering a regex match.
Definition: RegexMatcher.h:44
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.
String class used within the GUI system.
Definition: String.h:62