Mask E-mail Sub-Domain

Standardization Definition

Mask E-mail Sub-Domain
Description

The Mask E-mail Sub-Domain standardization definition replaces every non-space character in the email sub-domain with the * character.

Examples Input Output
JOHN.SMITH@XYZ.COM JOHN.SMITH@***.COM
mail: john.smith@xyz.net john.smith@***.net
John Smith <john.smith@xyz.org> john.smith@***.org
Remarks

A display name or any other text that is not part of the email address is removed. Non-space characters are defined by the following Unicode general categories:

  • Letter (L)
  • Mark (M)
  • Number (N)
  • Punctuation (P)
  • Symbol (S)