- or download this
# convert double-quotes to single-quotes
if( $$quote && $text =~ s/"/''/s ){
...
}
while ($text =~ s/"([^"]*)"/``$1''/sg) {};
$$quote = 1 if $text =~ s/"/``/s;
- or download this
stuff "passage one" more stuff "passage two" stuff
- or download this
stuff ''passage one`` more stuff ''passage two`` stuff