Skip to content

Instantly share code, notes, and snippets.

@tuxracer
Created June 17, 2012 19:47
Show Gist options
  • Save tuxracer/2945531 to your computer and use it in GitHub Desktop.
Save tuxracer/2945531 to your computer and use it in GitHub Desktop.
Strip HTML tags
var StrippedString = OriginalString.replace(/(<([^>]+)>)/ig,"");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment