Enumerations
|
Functions
REGPARSEMODE
Library
»
Regular Expression
|
Enumeration
Detailed Description
Enumerations
enum class
REGPARSEMODE
{
MATCH
,
CONTAINS
,
STARTS
,
ENDS
}
Functions
enum
REGPARSEMODE
MAXON_ENUM_LIST
(
REGPARSEMODE
)
Enumeration Type Documentation
◆
REGPARSEMODE
enum
REGPARSEMODE
strong
Enumerator
MATCH
Full match.
CONTAINS
Partial match.
STARTS
Match starting at the beginning.
ENDS
Match finishing at the end.
Function Documentation
◆
MAXON_ENUM_LIST()
enum
REGPARSEMODE
MAXON_ENUM_LIST
(
REGPARSEMODE
)
Copyright © 2023 MAXON Computer GmbH. Visit
developers.maxon.net
for the latest version. Last updated on Wed Mar 29 2023