Skip to content

Instantly share code, notes, and snippets.

@defx
Last active August 29, 2015 14:01
Show Gist options
  • Save defx/f91089bdf0f2aad8fbcb to your computer and use it in GitHub Desktop.
Save defx/f91089bdf0f2aad8fbcb to your computer and use it in GitHub Desktop.
John Resig's Regular Expression to Parse HTML Tags and Attributes (with added support for hyphened attributes)
/^<(\w+)((?:\s+(\w|-)+(?:\s*=\s*(?:(?:"[^"]*")|(?:'[^']*')|[^>\s]+))?)*)\s*(\/?)>/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment