EControl Syntax Editor SDK
TecRegExpr Class Members
Members
TecRegExpr Methods
TecRegExpr Methods 
Description 
Copies the contents of another, similar object. 
 
Creates an object instance of TecRegExpr class. 
Destroys an instance of TecRegExpr. 
 
 
 
Returns template with replaced escape sequences and sub-expression metacharacters. 
Topics
Topic 
Description 
The methods of the TecRegExpr class are listed here. 
The properties of the TecRegExpr class are listed here. 
TecRegExpr Properties
TecRegExpr Properties 
Description 
Specifies code page to be used for ANSI - UNICODE conversions. 
Regular expression. 
It is False if expression is valid 
Length of sub-expression. 
Returns the index value of the first character of subexpression. 
Specifies modifier flags as combination of:
MaskModI = 1; // modifier /i bit in fModifiers
MaskModR = 2; // -"- /r
MaskModS = 4; // -"- /s
MaskModG = 8; // -"- /g
MaskModM = 16; // -"- /m
MaskModX = 32; // -"- /x 
Greeding mode modifier. 
Ignore case modifier. 
Treat string as multiple lines. 
Integer mask of modifiers. 
National syntax extensions. 
'.' works as any char. 
Specifies which modifiers can be changed from regular expression. If some flag is set => this modifier can not be changed from regular expression. 
Set/get default modifiers using regular expressions syntax. 
Extended syntax mode. 
Number of subexpressions. 
Copyright (c) 2004-2011. All rights reserved.