Skip to content

Instantly share code, notes, and snippets.

@gokusenz
Created September 21, 2017 03:46
Show Gist options
  • Save gokusenz/c721d4dcc79d0c1373a5ebd801ba634c to your computer and use it in GitHub Desktop.
Save gokusenz/c721d4dcc79d0c1373a5ebd801ba634c to your computer and use it in GitHub Desktop.
const removeTag = (html) => {
html = html.replace(/(\r\n|\n|\r)/g,"").replace(/>\s+</g, "><");
return html
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment