Created
August 3, 2018 00:08
-
-
Save paulobunga/fddcaf1b447fb26f550d00da5f6bada6 to your computer and use it in GitHub Desktop.
Regex to select HTML element by ID
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a.*?href="([^"]*)".*?tabindex=".*?61.*?"[^>]*>.*?<\/a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment