#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() [1/2]
◆ FindMatch() [2/2]
| FindMatch |
( |
const char * | _expression, |
|
|
U32 | _maxMatches = 256 ) |
◆ ~FindMatch()
◆ clear()
◆ findMatch()
| bool findMatch |
( |
const char * | string, |
|
|
bool | caseSensitive = false ) |
◆ isFull()
◆ isMatch()
| bool isMatch |
( |
const char * | exp, |
|
|
const char * | string, |
|
|
bool | caseSensitive = false ) |
|
static |
◆ isMatchMultipleExprs()
| bool isMatchMultipleExprs |
( |
const char * | exps, |
|
|
const char * | str, |
|
|
bool | caseSensitive ) |
|
static |
◆ numMatches()
◆ setExpression()
| void setExpression |
( |
const char * | _expression | ) |
|
◆ matchList
The documentation for this class was generated from the following files:
- string/findMatch.h
- string/findMatch.cc