TemplateRegexPosition

TemplateRegexPosition(string)

Initializes a new instance of the TemplateRegexPosition class.

public TemplateRegexPosition(string expression)
Parameter Type Description
expression String The regular expression.

See Also


TemplateRegexPosition(string, bool)

Initializes a new instance of the TemplateRegexPosition class.

public TemplateRegexPosition(string expression, bool matchCase)
Parameter Type Description
expression String The regular expression.
matchCase Boolean The value that indicates whether a text case isn’t ignored.

See Also