Ask a question to get started
Enter to send•Shift+Enter new line
String node processor that uses a list of rules to replace sensitive data.
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.