mcobjTextMatchFlags Enumeration |
![]() |
Namespace: MediaCy.IQL.ObjectManager
Public Enumeration mcobjTextMatchFlags
Member name | Value | Description | |
---|---|---|---|
mcobjNoRegExprAndMatchCase | 0 | ||
mcobjAllowRegularExpression | 1 | allow regular expression match | |
mcobjIgnoreCase | 2 | ignore case when doing match | |
mcobjMatchWholeWords | 4 | Match whole words | |
mcobjMatchAcrossEndOfLine | 8 | The . wild-card character can match across an end-of-line | |
mcobjMatchEntireString | 16 | Match template to entire string rather that the first match |