FindMatch Class Reference#include <findMatch.h>
Constructor & Destructor Documentation
FindMatch::FindMatch |
( |
U32 |
_maxMatches = 256 |
) |
|
FindMatch::FindMatch |
( |
char * |
_expression, |
|
|
U32 |
_maxMatches = 256 | |
|
) |
| | |
FindMatch::~FindMatch |
( |
|
) |
|
Member Function Documentation
static bool FindMatch::isMatch |
( |
const char * |
exp, |
|
|
const char * |
string, |
|
|
bool |
caseSensitive = false | |
|
) |
| | [static] |
static bool FindMatch::isMatchMultipleExprs |
( |
const char * |
exps, |
|
|
const char * |
str, |
|
|
bool |
caseSensitive | |
|
) |
| | [static] |
bool FindMatch::findMatch |
( |
const char * |
string, |
|
|
bool |
caseSensitive = false | |
|
) |
| | |
void FindMatch::setExpression |
( |
const char * |
_expression |
) |
|
S32 FindMatch::numMatches |
( |
|
) |
const [inline] |
bool FindMatch::isFull |
( |
|
) |
const [inline] |
void FindMatch::clear |
( |
|
) |
[inline] |
Field Documentation
|