Skip to content

Instantly share code, notes, and snippets.

@sakunyo
Created May 9, 2012 02:17
Show Gist options
  • Save sakunyo/2641268 to your computer and use it in GitHub Desktop.
Save sakunyo/2641268 to your computer and use it in GitHub Desktop.
vim regex a
<a href="">foo/index.html</a>
<a href="">bar/index.html</a>
<a href="foo/index.html">foo/index.html</a>
<a href="bar/index.html">bar/index.html</a>
%s/href="">\([a-zA-Z0-9\/\.]*\)/href="\1">\1/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment