Skip to content

Instantly share code, notes, and snippets.

@falexandre
Created September 21, 2017 10:20
Show Gist options
  • Save falexandre/b0b388534703d1747f1f0cc3387b59f1 to your computer and use it in GitHub Desktop.
Save falexandre/b0b388534703d1747f1f0cc3387b59f1 to your computer and use it in GitHub Desktop.
Prototype remove html tag javascript
String.prototype.stripHTML = function() {return this.replace(/<.*?>/g, '');}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment