Skip to main content
This example detects an email address and replaces it with [EMAIL].

Inspect the result

A transformation result contains:
  • text: the transformed text;
  • transformations: one ordered record for each applied replacement.
Transformation records contain ranges, detector provenance, the selected strategy, and the exact replacement. They intentionally do not repeat the original matched PII.

Next steps