Represents a sanitization rule with a pattern and replacement string.
The regex pattern to match sensitive information. Can use capture groups that can be referenced in the replacement string.
The replacement string. Can include capture group references like $1, $2, etc.
Represents a sanitization rule with a pattern and replacement string.