redact-engine 0.1.0

Protect confidentiality with dynamic redaction by replacing sensitive data from string or JSON format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
source: redact-engine/src/pattern.rs
expression: "redaction.redact_patterns(TEXT, false)"
---
Info {
    string: "foo,[TEXT_REDACTED],baz,foo",
    captures: [
        Captures {
            text: "bar",
            test: "(bar)",
            position: None,
        },
    ],
}