Skip to content

Instantly share code, notes, and snippets.

@thewarpaint
Last active September 4, 2017 09:05
Show Gist options
  • Save thewarpaint/055f03aaf02393d2a5ea76050381256f to your computer and use it in GitHub Desktop.
Save thewarpaint/055f03aaf02393d2a5ea76050381256f to your computer and use it in GitHub Desktop.
string.replace(/[ÁÉÓÚ]/g, 'Í').replace(/[áéóú]/g, 'í').replace(/[AEOU]/g, 'I').replace(/[aeou]/g, 'i');
string.toUpperCase().replace(/\s+/g, '').split('').join(' ');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment