Change quotation marks
Hi all
I'm not sure if anything already exists. But a quotation mark function would be useful. Example:
"some text 'some text' \"some text\""
to
'some text "some text" \'some text\''
and vice versa, that is: ' " \" \' will be replaced in only the selected text by ' " \' \".
Jaroslav Zeman
Please sign in to leave a comment.
I'm not sure of the exact logic you're after but the string delimiter can be changed with the "Replace quotes" intention:
This swaps any paired single / double quotes and it's fully context sensitive.