Skip to content

Instantly share code, notes, and snippets.

@ourmaninamsterdam
Created June 20, 2013 15:26
Show Gist options
  • Save ourmaninamsterdam/5823736 to your computer and use it in GitHub Desktop.
Save ourmaninamsterdam/5823736 to your computer and use it in GitHub Desktop.
Gets the href from anchor tag regardless of positon of href attr. Sort of. Needs some work to exclude last part of string
<a[^>]*? (href=\")(.*)(")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment