27#ifndef _CEGUIPCRERegexMatcher_h_
28#define _CEGUIPCRERegexMatcher_h_
30#include "CEGUI/RegexMatcher.h"
31#include "CEGUI/String.h"
Definition PCRERegexMatcher.h:48
void setRegexString(const String ®ex)
Set the regex string that will be matched against.
~PCRERegexMatcher()
Destructor.
const String & getRegexString() const
Return reference to current regex string set.
MatchState getMatchStateOfString(const String &str) const
Return the MatchState result for the given String.
PCRERegexMatcher()
Constructor.
Interface for Regex matching support classes.
Definition RegexMatcher.h:41
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
Main namespace for Crazy Eddie's GUI Library.
Definition arch_overview.dox:1