Mask E-mail Domain

Standardization Definition

Mask E-mail Domain
Description

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

Examples Input Output
JOHN.SMITH@XYZ.COM JOHN.SMITH@*******
mail: john.smith@xyz.net john.smith@*******
John Smith <john.smith@xyz.org> john.smith@*******
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)