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()
Destructor.
Definition: PCRERegexMatcher.cpp:41
Main namespace for Crazy Eddie's GUI Library.
Definition: cegui/include/CEGUI/Affector.h:42
MatchState
Enumeration of possible states when cosidering a regex match.
Definition: cegui/include/CEGUI/RegexMatcher.h:44
void setRegexString(const String ®ex)
Set the regex string that will be matched against.
Definition: PCRERegexMatcher.cpp:47
MatchState getMatchStateOfString(const String &str) const
Return the MatchState result for the given String.
Definition: PCRERegexMatcher.cpp:75
PCRERegexMatcher()
Constructor.
Definition: PCRERegexMatcher.cpp:35
const String & getRegexString() const
Return reference to current regex string set.
Definition: PCRERegexMatcher.cpp:69