Last active
August 29, 2015 14:05
-
-
Save sylvaincombes/355933902b3b156efcc6 to your computer and use it in GitHub Desktop.
Regular expression to find all html link tag without an title attribute
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(?=\s|>)(?!(?:[^>=]|=(['"])(?:(?!\1).)*\1)*?\stitle=['"])[^>]*>.*?<\/a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment