Last active
December 17, 2015 02:39
-
-
Save robertpateii/5537857 to your computer and use it in GitHub Desktop.
Handy vim regular expressions I've written to help with my job.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Delete the first link on a line, leaving the link text untouched. | |
s/<a href=".\{-\}">\(.\{-\}\)<\/a>/\1/i | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment