replace_text method
Leave feedback
On this page
Replaces all matches of the regular expression with a given replacement.
def replace_text(self, regular_expression, options):
...
| Parameter | Type | Description |
|---|---|---|
| regular_expression | System.Text.RegularExpressions.Regex |
Regular expression to search and replace. |
| options | ReplacementOptions |
allow to set textual replacement or color for redaction block. |
Returns: Text replacement result.
- class
ITextualFormatInstance
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.