Ask a question to get started
Enter to sendā¢Shift+Enter new line
RuleNodeProcessor( self, rules: list[StringNodeRule], )
StringNodeProcessor
List of rules to apply for replacing sensitive data.
Each rule is a StringNodeRule, which contains a regex pattern to match and an optional replacement string.
Mask nodes using the rules.
String node processor that uses a list of rules to replace sensitive data.