Skip to content

Instantly share code, notes, and snippets.

@MgenGlder
Created May 16, 2017 18:43
Show Gist options
  • Save MgenGlder/4677ad0c8565cf8681d5a2c3f395b4ee to your computer and use it in GitHub Desktop.
Save MgenGlder/4677ad0c8565cf8681d5a2c3f395b4ee to your computer and use it in GitHub Desktop.
Match all new line characters in a string and replace them
"\nLUL \rLUL".replace(/\r?\n|\r/g, '');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment