SRegExp Class Reference
[Utility Classes and Functions]

#include <support/RegExp.h>

List of all members.

Public Member Functions

regexpCompile (const char *)
const char * ErrorString () const
regexpExpression () const
status_t InitCheck () const
bool Matches (const SString &) const
bool Matches (const char *string) const
int32_t RunMatcher (regexp *, const char *) const
bool Search (const char *text, int32_t searchStart, int32_t *matchStart, int32_t *matchEnd)
status_t SetTo (const SString &)
status_t SetTo (const char *)
 SRegExp (const SString &)
 SRegExp (const char *)
 SRegExp ()
 ~SRegExp ()


Constructor & Destructor Documentation

SRegExp  ) 
 

SRegExp const char *   ) 
 

SRegExp const SString  ) 
 

~SRegExp  ) 
 


Member Function Documentation

regexp * Compile const char *   ) 
 

const char * ErrorString  )  const
 

regexp * Expression  )  const
 

status_t InitCheck  )  const
 

bool Matches const SString  )  const
 

bool Matches const char *  string  )  const
 

int32_t RunMatcher regexp ,
const char * 
const
 

bool Search const char *  text,
int32_t  searchStart,
int32_t *  matchStart,
int32_t *  matchEnd
 

status_t SetTo const SString  ) 
 

status_t SetTo const char *   ) 
 


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