Crazy Eddie's GUI System
0.8.4
|
Public Member Functions | |
PCRERegexMatcher () | |
Constructor. | |
~PCRERegexMatcher () | |
Destructor. | |
void | setRegexString (const String ®ex) |
Set the regex string that will be matched against. | |
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. |
/brief Implementation of RegexMatcher using PCRE.
Details about the pattern syntax used by PCRE can be found on unix-like systems by way of man pcrepattern
(or online at http://www.pcre.org/pcre.txt (scroll / search "PCREPATTERN(3)"). Alternatively, see the perl regex documentation at http://perldoc.perl.org/perlre.html