redact_annotation method

redact_annotation

Replaces the matching text in all annotations within the document.

def redact_annotation(self, regular_expression, replacement):
    ...
Parameter Type Description
regular_expression System.Text.RegularExpressions.Regex Regular expression to search and replace.
replacement str Textual replacement.

Returns: Replacement result.

See Also