#include <findMatch.h>
|
static bool | isMatch (const char *exp, const char *string, bool caseSensitive=false) |
|
static bool | isMatchMultipleExprs (const char *exps, const char *str, bool caseSensitive) |
|
FindMatch |
( |
const char * |
_expression, |
|
|
U32 |
_maxMatches = 256 |
|
) |
| |
bool findMatch |
( |
const char * |
string, |
|
|
bool |
caseSensitive = false |
|
) |
| |
bool isMatch |
( |
const char * |
exp, |
|
|
const char * |
string, |
|
|
bool |
caseSensitive = false |
|
) |
| |
|
static |
bool isMatchMultipleExprs |
( |
const char * |
exps, |
|
|
const char * |
str, |
|
|
bool |
caseSensitive |
|
) |
| |
|
static |
void setExpression |
( |
const char * |
_expression | ) |
|
The documentation for this class was generated from the following files:
- string/findMatch.h
- string/findMatch.cc