Skip to content

Instantly share code, notes, and snippets.

@umanda
Created April 6, 2016 04:36
Show Gist options
  • Save umanda/e8bca64a04561eb5eb7ef58f5cf91e63 to your computer and use it in GitHub Desktop.
Save umanda/e8bca64a04561eb5eb7ef58f5cf91e63 to your computer and use it in GitHub Desktop.
Useful Regex
// Regular expression for extracting tag attributes
<name attribute=value attribute="value" attribute='value'>
(\S+)=["']?((?:.(?!["']?\s+(?:\S+)=|[>"']))+.)["']?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment