Skip to content

Instantly share code, notes, and snippets.

@icetee
Created June 8, 2017 19:22
Show Gist options
  • Save icetee/a3be1da83c380c69df9b8101d6c2ca28 to your computer and use it in GitHub Desktop.
Save icetee/a3be1da83c380c69df9b8101d6c2ca28 to your computer and use it in GitHub Desktop.
Replace br tags
string.replace(/<br\s*?(\/?)>/gm, '\r\n');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment