Skip to content

Instantly share code, notes, and snippets.

@hoangitk
Created June 26, 2020 07:51
Show Gist options
  • Save hoangitk/e23c8d2a9ae4f9d6fe2c3345d9482c07 to your computer and use it in GitHub Desktop.
Save hoangitk/e23c8d2a9ae4f9d6fe2c3345d9482c07 to your computer and use it in GitHub Desktop.
[Find and Replace] #tips #regex

Find and Replace tips

Regex

  • Find All a tag with bookmark
     <a.+?\s*href\s*=3D\s*["\']?([^"\'\s>]+\#(\w*))["\']?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment