Skip to content

Instantly share code, notes, and snippets.

@manajay
Created August 20, 2019 02:39
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 manajay/71519aa72fbbbae85f6fe760a276236a to your computer and use it in GitHub Desktop.
Save manajay/71519aa72fbbbae85f6fe760a276236a to your computer and use it in GitHub Desktop.
/<(?:.|\s)*?>/g
/**
example
'<span class='at-member'>@manajay</span> hello world!'.replace(/<(?:.|\s)*?>/g, '')
==> '@manajay hello world!'
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment