Skip to content

Instantly share code, notes, and snippets.

@mkormendy
Last active August 29, 2015 14:20
Show Gist options
  • Save mkormendy/53580426317f20d66fa9 to your computer and use it in GitHub Desktop.
Save mkormendy/53580426317f20d66fa9 to your computer and use it in GitHub Desktop.
Regex to remove html tags and html encoded characters. From http://regexr.com/3au0j
/<[^>]*>|&.*?;/g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment