Skip to content

Instantly share code, notes, and snippets.

@paulobunga
Created August 3, 2018 00:08
Show Gist options
  • Save paulobunga/fddcaf1b447fb26f550d00da5f6bada6 to your computer and use it in GitHub Desktop.
Save paulobunga/fddcaf1b447fb26f550d00da5f6bada6 to your computer and use it in GitHub Desktop.
Regex to select HTML element by ID
<a.*?href="([^"]*)".*?tabindex=".*?61.*?"[^>]*>.*?<\/a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment