Skip to content

Instantly share code, notes, and snippets.

@BrunoGiubilei
Created November 3, 2019 19:40
Show Gist options
  • Save BrunoGiubilei/cca7981615237c7245bf06e12256b64c to your computer and use it in GitHub Desktop.
Save BrunoGiubilei/cca7981615237c7245bf06e12256b64c to your computer and use it in GitHub Desktop.
Remover Acentos
.normalize('NFD').replace(/[\u0300-\u036f]/g, "");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment