我有以下字符串:
<something=""Some" random string" somethingelse="Another "random" string">
我需要将其更改为
<something=""Some" random string" somethingelse="Another "random" string">
基本上保留“外部”引号并将其中的引号更改为"
我认为可能会使用一些正则表达式,但我不确定逻辑应该是什么。有什么想法吗?