Possible Duplicate:
ruby code for modifying outer quotes on strings?
This is my string:
msgid """We couldn't set up that account, sorry. Please try again, or contact an ""admin (link is above)."
I want to remove all the double quotes except the first and last one.
How may I do that?
This is assuming your strings will always be of the “msgid…” format shown above and your inteded output was ‘msgid “text here”‘: