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ยง
- Redaction
Rule - A rule specifying how to redact data matching a specific regular expression pattern.