Whenever I feed a string like "Muhammed went to the store and said "Can I have some pickles please"" It seems to screw up how the string is handled since a Can I have some pickles please becomes invalid. So I thought adding “”” at both sides of it would surely fix it, if there are any better solutions to this, I’m open to it.
Whenever I feed a string like Muhammed went to the store and said Can
Share
You can just escape the inner quotes:
or use single quotes