perl-quote.el
converts between
Perl single-quote ''
and
double-quote ""
strings in
Emacs.
It's mainly a handy way to swap between the two forms when there's no
interpolations so single quotes is enough, or when the backslashing is getting
out of control and you want to go to the other form.
perl-quote.el
is
free software (free
as in freedom), published under the terms of the
GNU
General Public License (v3 or up).
Download version 5,
perl-quote.el
(12k, and
sig)
perl-quote.el
perl-quote.el
The sig file is a Gnu PG ascii armoured signature generated from my key.
There's lots of other string conversions which could be made, like going from
''
to q{}
with an automatic choice of delimiter.
But plain single to double or back has been enough for me.
See also perl-pod-gt.el
.
This page Copyright 2009, 2010, 2011, 2013, 2014, 2015, 2016, 2017 Kevin Ryde, except for the GPLv3 logo which is Copyright Free Software Foundation and used here in accordance with its terms.