TemplateRegexPosition constructor
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
- module
groupdocs.parser.templates - class
TemplateRegexPosition