Skip to content

Instantly share code, notes, and snippets.

@thewarpaint
Created August 30, 2017 13:12
Show Gist options
  • Save thewarpaint/7846af120b8264c14a7db9fae9e17ac7 to your computer and use it in GitHub Desktop.
Save thewarpaint/7846af120b8264c14a7db9fae9e17ac7 to your computer and use it in GitHub Desktop.
string.replace(/[ÁÉÓÚ]/g, 'Í').replace(/[áéóú]/g, 'í').replace(/[AEOU]/g, 'I').replace(/[aeou]/g, 'i');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment