Skip to content

Instantly share code, notes, and snippets.

@kennethreitz
Created March 11, 2010 20:46
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 kennethreitz/329633 to your computer and use it in GitHub Desktop.
Save kennethreitz/329633 to your computer and use it in GitHub Desktop.
Regex to match any html attribute, and its value.
attrib="[^"\r\n]*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment