Skip to content

Instantly share code, notes, and snippets.

@Bachana123
Last active February 6, 2020 08:10
Show Gist options
  • Save Bachana123/1965fb8e4b21b7ebf5f3a7d4069d7797 to your computer and use it in GitHub Desktop.
Save Bachana123/1965fb8e4b21b7ebf5f3a7d4069d7797 to your computer and use it in GitHub Desktop.
regex collection
Removing Tag : /<\/?( your Tag name here )\b[^<>]*>/g
Removing all kind of Tags : replace(/<[^>]*>/g, '')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment