Skip to content

Instantly share code, notes, and snippets.

@netsi1964
Last active October 24, 2016 08:37
Show Gist options
  • Save netsi1964/13cfe0fb45073d6918ba8bba26661998 to your computer and use it in GitHub Desktop.
Save netsi1964/13cfe0fb45073d6918ba8bba26661998 to your computer and use it in GitHub Desktop.
Regexp remove data attributes
reactHTML.replace(/data(.*?)=['"](.*?)['"]/ig,'')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment