Skip to content

Instantly share code, notes, and snippets.

@igorsgm
Created December 9, 2016 19:27
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 igorsgm/358bbf357a14c5364f1afef4aeaee402 to your computer and use it in GitHub Desktop.
Save igorsgm/358bbf357a14c5364f1afef4aeaee402 to your computer and use it in GitHub Desktop.
var str = 'Anamatra Eventos Conamat';
alert(str.replace(/\s/g," e "));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment