Classes |
|
class | RegularExpressionInterface |
Namespaces |
|
maxon |
Enumerations |
|
enum |
REGPARSEMODE
{
MATCH , CONTAINS , STARTS , ENDS } |
函数 |
|
enum maxon::REGPARSEMODE | MAXON_ENUM_LIST ( REGPARSEMODE ) |
变量 |
|
static const Int | REGPARSE_CONCAT |
static const Int | REGPARSE_ANYCHAR |
static const Int | REGPARSE_ANYDIGIT |
static const Int | REGPARSE_OPERATOR_OR |
static const Int | REGPARSE_OPERATOR_STAR |
static const Int | REGPARSE_OPERATOR_PARENTHESIS_LEFT |
static const Int | REGPARSE_OPERATOR_PARENTHESIS_RIGHT |
MATCH | |
CONTAINS | |
STARTS | |
ENDS |
MATCH |
Searching for exact matches of the complete string.
CONTAINS |
Searching for any match within the string.
STARTS |
Searching for an match at the beginning of the text.
ENDS |
< Searching for an match at the end of the text.