Identifier

Identifies custom text based on a given regular expression.

{
  "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