TemplateRegexPosition constructor
Leave feedback
On this page
Initializes a new instance of the TemplateRegexPosition class.
def __init__(self, expression):
...
| Parameter | Type | Description |
|---|---|---|
| expression | System.String | The regular expression. |
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. |
- module
groupdocs.parser.templates - class
TemplateRegexPosition
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.