Skip to main content

Module redaction

Module redaction 

Source
Expand description

Redaction module for masking dynamic or sensitive text using regular expressions.

This module defines RedactionRule, which encapsulates regex pattern matching, replacement rules, and match limits, as well as internal helpers for applying transformations sequentially.

Structsยง

RedactionRule
A rule specifying how to redact data matching a specific regular expression pattern.