Created
January 20, 2025 21:08
-
-
Save edinella/08e99c7d2ab0c9bddb0d49b844159953 to your computer and use it in GitHub Desktop.
Remover acentos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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