Skip to content

Instantly share code, notes, and snippets.

@orioltf
Created June 26, 2012 19:21
Show Gist options
  • Save orioltf/2998201 to your computer and use it in GitHub Desktop.
Save orioltf/2998201 to your computer and use it in GitHub Desktop.
#REGEX: TextMate regularExpression to find href independently from content in HAML
-# Find:
:href => "(.*?)"
-# Replace:
:href => "#"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment