Skip to content

Instantly share code, notes, and snippets.

@edinella
Created January 20, 2025 21:08
Show Gist options
  • Save edinella/08e99c7d2ab0c9bddb0d49b844159953 to your computer and use it in GitHub Desktop.
Save edinella/08e99c7d2ab0c9bddb0d49b844159953 to your computer and use it in GitHub Desktop.
Remover acentos
email.normalize("NFD").replace(/[\u0300-\u036f]/g, "")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment