Skip to content

Instantly share code, notes, and snippets.

@bmorwood
Created July 30, 2014 12:28
Show Gist options
  • Save bmorwood/dc45b8d03734aabccdc1 to your computer and use it in GitHub Desktop.
Save bmorwood/dc45b8d03734aabccdc1 to your computer and use it in GitHub Desktop.
replace whitespace and line breaks from string
String.replace(/(\r\n|\n|\r)/gm,"").replace(/\s+/g," ");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment