Skip to content

Instantly share code, notes, and snippets.

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