Identifier
Identifies custom text based on a given regular expression.
Note that backslashes in the regular expression will need to be escaped for the rule to be valid JSON.
{
  "name": "Code",
  "active": true,
  "type": "Identifier",
  "mask_type": "Placeholder",
  "setting": "[Code]",
  "value": "\\d{3}",
  "real_time": true
}Input
My name is Jim Jones and my code is 999.
Redaction
My name is Jim Jones and my code is
[CODE].
Last updated