Skip to content

Instantly share code, notes, and snippets.

@douglasback
Created October 25, 2011 16:18
Show Gist options
  • Save douglasback/1313317 to your computer and use it in GitHub Desktop.
Save douglasback/1313317 to your computer and use it in GitHub Desktop.
wrapper regex
pattern: (href|src)="(\/)((.)*?)"
replace: $1="http://[domain]/$3"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment