Skip to content

Instantly share code, notes, and snippets.

@obswork
Created March 2, 2019 15:49
Show Gist options
  • Save obswork/211a826a80991781abbd22fcc4ffc516 to your computer and use it in GitHub Desktop.
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)
s/\"\(http[s]*:\/\/.+?\)\"/\'\1\'/g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment