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"
47 class PCRERegexMatcher :
public RegexMatcher
72 #endif // end of guard _CEGUIPCRERegexMatcher_h_
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
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:86
const String & getRegexString() const
Return reference to current regex string set.