Classes | |
class | RegularExpressionInterface |
Namespaces | |
maxon | |
Enumerations | |
enum class | REGPARSEMODE { MATCH , CONTAINS , STARTS , ENDS } |
Functions | |
enum maxon::REGPARSEMODE | MAXON_ENUM_LIST (REGPARSEMODE) |
Variables | |
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.