Created
March 2, 2019 15:49
-
-
Save obswork/211a826a80991781abbd22fcc4ffc516 to your computer and use it in GitHub Desktop.
search&replace double-quoted http(s) url with single-quoted url (elisp regexp)
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
s/\"\(http[s]*:\/\/.+?\)\"/\'\1\'/g |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment