Regex Class Reference
[Text]

Regular expression using PCRE. Expressions are compiled when the class is constructed. More...

#include <Regex.h>

Inheritance diagram for Regex:
IMemoryValidate

List of all members.

Public Member Functions

 Regex (const String &expr, RegexOptions::Options flags=RegexOptions::NONE)
 Regex (const Regex &re)
Regexoperator= (const Regex &re)
bool IsMatch (const String &txt) const
RefCountPtr< Array< StringPtr > > Matches (const String &txt) const
StringPtr Match (const String &txt, int offset=0) const
virtual void CheckMem () const
virtual void ValidateMem () const

Detailed Description

Regular expression using PCRE. Expressions are compiled when the class is constructed.

Definition at line 45 of file Regex.h.


The documentation for this class was generated from the following files: