Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save wallace7souza/a5ee19a32ed4081808ecdb11c946ed78 to your computer and use it in GitHub Desktop.
Save wallace7souza/a5ee19a32ed4081808ecdb11c946ed78 to your computer and use it in GitHub Desktop.
Replace all line breaks by tag <br>
str = str.replace(/(?:\r\n|\r|\n)/g, '<br>');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment