Last active
February 5, 2020 12:43
-
-
Save VincentDamour/7faa38fcae52b2771a6455529a12a9dd to your computer and use it in GitHub Desktop.
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
_.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