Regular expression using PCRE. Expressions are compiled when the class is constructed. More...
#include <Regex.h>
  
 Public Member Functions | |
| Regex (const String &expr, RegexOptions::Options flags=RegexOptions::NONE) | |
| Regex (const Regex &re) | |
| Regex & | operator= (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 | 
Regular expression using PCRE. Expressions are compiled when the class is constructed.
Definition at line 45 of file Regex.h.