Skip to content

Instantly share code, notes, and snippets.

@bmatusiak
Created December 3, 2012 23:52
Show Gist options
  • Save bmatusiak/4199171 to your computer and use it in GitHub Desktop.
Save bmatusiak/4199171 to your computer and use it in GitHub Desktop.
remove space new lines and tabs
replace(/(\r\n|\n|\r|\t| + )/gm,"")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment