Skip to content

Instantly share code, notes, and snippets.

@jabranr
Created November 24, 2023 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jabranr/1c9f50c2793b01a830c89f379a5feec7 to your computer and use it in GitHub Desktop.
Save jabranr/1c9f50c2793b01a830c89f379a5feec7 to your computer and use it in GitHub Desktop.
Redact an email address with asterisks
const redactedEmail = email.replace(/(.{2})(.*)(@.*)/, '$1...$3');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment