stringregularexpression.h File Reference

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
 

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.