stringregularexpression.h File Reference

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

Variable Documentation

◆  MATCH

MATCH

Searching for exact matches of the complete string.

◆  CONTAINS

CONTAINS

Searching for any match within the string.

◆  STARTS

STARTS

Searching for an match at the beginning of the text.

◆  ENDS

ENDS

< Searching for an match at the end of the text.