Skip to content

Instantly share code, notes, and snippets.

@ruffle1986
Created May 13, 2016 12:32
Show Gist options
  • Save ruffle1986/4e379bc1340e661e5ca9f3bcedd863e2 to your computer and use it in GitHub Desktop.
Save ruffle1986/4e379bc1340e661e5ca9f3bcedd863e2 to your computer and use it in GitHub Desktop.
Remove whitespaces with regexp
str.replace(/\s/g, '');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment