Skip to content

Instantly share code, notes, and snippets.

@kynatro
Created December 27, 2013 19:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kynatro/8151845 to your computer and use it in GitHub Desktop.
Save kynatro/8151845 to your computer and use it in GitHub Desktop.
Strip tags from string RegExp
OriginalString.replace(/(<([^>]+)>)/ig,"")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment