Crazy Eddie's GUI System
0.8.7
|
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:48
PCRERegexMatcher()
Constructor.
void setRegexString(const String ®ex)
Set the regex string that will be matched against.
~PCRERegexMatcher()
Destructor.
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1
Interface for Regex matching support classes.
Definition: RegexMatcher.h:41
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:45
String class used within the GUI system.
Definition: String.h:64
const String & getRegexString() const
Return reference to current regex string set.