Skip to content

Instantly share code, notes, and snippets.

@liuxd
Created September 7, 2017 00:57
Show Gist options
  • Select an option

  • Save liuxd/4a2b37033604f429a0a7e5cdecffcfcd to your computer and use it in GitHub Desktop.

Select an option

Save liuxd/4a2b37033604f429a0a7e5cdecffcfcd to your computer and use it in GitHub Desktop.
strip_tags.js
html_string.replace( /<.*?>/g, '' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment