Skip to content

Instantly share code, notes, and snippets.

@charlesponti
Created August 20, 2015 13:18
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 charlesponti/e86a2dc82a2af5f50270 to your computer and use it in GitHub Desktop.
Save charlesponti/e86a2dc82a2af5f50270 to your computer and use it in GitHub Desktop.
Replace carriage returns with empty space
string.replace(/[\n\r]/ig, '!space!').replace(/!space!/ig, '')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment