Skip to content

Instantly share code, notes, and snippets.

@higgins
Last active September 22, 2020 07:58
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 higgins/1d300ac2d1c1950796633f6724d791bb to your computer and use it in GitHub Desktop.
Save higgins/1d300ac2d1c1950796633f6724d791bb to your computer and use it in GitHub Desktop.
es.txt
What|Qué|(a,b) => a.toLowerCase().replace(/é/, 'e') === b.toLowerCase().replace(/é/, 'e')
I ate|(Yo comí|comí)|(a,b) => a.toLowerCase().replace(/í/, 'i') === b.toLowerCase().replace(/í/, 'i')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment