Could anyone possibly help with a regular expression to replace only
lone occurrences of a single quote with a double quote?
I don't want to touch instances of multiple quote characters
side-by-side, only quotes that are by themselves, i.e. surrounded by
alphanumeric characters or spaces.
Thanks in advance
lone occurrences of a single quote with a double quote?
I don't want to touch instances of multiple quote characters
side-by-side, only quotes that are by themselves, i.e. surrounded by
alphanumeric characters or spaces.
Thanks in advance
Comment