我目前有这个字符串:
"Blah, blah, blah,~Part One, Part Two~,blah blah"
我需要删除~字符之间的逗号,以便读取.
~
"Blah, blah, blah,~Part One Part Two~,blah blah"
有人可以帮帮我吗?
非常感谢,
php regex string
php ×1
regex ×1
string ×1