Skip to content

Instantly share code, notes, and snippets.

@raphox
Created June 8, 2021 11:34
Show Gist options
  • Save raphox/0bbbe4feb11bf062132594be09bd7ffe to your computer and use it in GitHub Desktop.
Save raphox/0bbbe4feb11bf062132594be09bd7ffe to your computer and use it in GitHub Desktop.
obfuscate phone number
'+5533991998109'.replace(/[\S](?=[\w]{4})/g, 'X');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment