1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for Python via .NET
  4. /
  5. groupdocs.parser.templates
  6. /
  7. TemplateRegexPosition class
  8. /
  9. TemplateRegexPosition constructor

TemplateRegexPosition constructor

On this page

init

Initializes a new instance of the TemplateRegexPosition class.

def __init__(self, expression):
    ...
Parameter Type Description
expression System.String The regular expression.

init

Initializes a new instance of the TemplateRegexPosition class.

def __init__(self, expression, match_case):
    ...
Parameter Type Description
expression System.String The regular expression.
match_case bool The value that indicates whether a text case isn’t ignored.

See Also

On this page