Skip to content

Instantly share code, notes, and snippets.

@EvanHahn
Created August 10, 2012 00:38
Show Gist options
  • Save EvanHahn/3309613 to your computer and use it in GitHub Desktop.
Save EvanHahn/3309613 to your computer and use it in GitHub Desktop.
Strip HTML tags
var tagsStripped = str.replace(/<[^>]*>/g, '');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment