Skip to content

Instantly share code, notes, and snippets.

@VincentDamour
Last active February 5, 2020 12:43
Show Gist options
  • Save VincentDamour/7faa38fcae52b2771a6455529a12a9dd to your computer and use it in GitHub Desktop.
Save VincentDamour/7faa38fcae52b2771a6455529a12a9dd to your computer and use it in GitHub Desktop.
_.deburr("déjà vu");
// -> deja vu
_.deburr("Juan José");
// -> Juan Jose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment