dlpx-core:Redact Digits-Zero

Based >Extensible Algorithm Framework

This algorithm replaces all the digits of the input with a 0.

For example:

  • "98034209" → "000000000"

  • "ABCxyz123" → "ABCxyz000"

  • "Si" → "Si"

  • "999-12-3456." → "000-00-0000."

  • "" → ""