I have a string:
"Yes, We do. This is a complex issue that deserves more than a one word answer," Zuckerberg said. Pallone called the response "disappointing."
What is the best way to remove dot mark (.) if it in between the quotation marks using Python? the expected result is like:
"Yes, We do This is a complex issue that deserves more than a one word answer," Zuckerberg said. Pallone called the response "disappointing"
Thank you