I'm using the emacs starter kit, https://github.com/technomancy/emacs-starter-kit, which comes with paredit mode.
I'm writing some javascript, and would like to remove something from quotes.
Eg. "somestring"
should become somestring
What the best way to do that?
Going in the other direction is easy, I just select somestring
and type a quote.
Thanks.