Skip to content

Instantly share code, notes, and snippets.

@tdiluzio
Created January 12, 2022 14:50
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 tdiluzio/d75210b462b799a52885147b2316cc41 to your computer and use it in GitHub Desktop.
Save tdiluzio/d75210b462b799a52885147b2316cc41 to your computer and use it in GitHub Desktop.
export const normalizeString = (str: string) =>
str.normalize('NFD').replace(/[\u0300-\u036f]/g, '');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment