Click or drag to resize

mcobjTextMatchFlags Enumeration

Namespace:  MediaCy.IQL.ObjectManager
Assembly:  MediaCy.IQL.ObjectManager (in MediaCy.IQL.ObjectManager.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcobjTextMatchFlags
Members
  Member nameValueDescription
mcobjNoRegExprAndMatchCase0
mcobjAllowRegularExpression1allow regular expression match
mcobjIgnoreCase2ignore case when doing match
mcobjMatchWholeWords4Match whole words
mcobjMatchAcrossEndOfLine8The . wild-card character can match across an end-of-line
mcobjMatchEntireString16Match template to entire string rather that the first match
See Also