[SOLVED] How to use quotation marks within quotation marks

I have been trying to have a script that downloads a text file by creating a blob, but the text file must have quotation marks within it, and that seems to interfere with the script. Maybe there would be a way to copy the text of a extant text file, then + whatever variable I need, then + another extant text file onto that?

Just use string escaping. You can get quotation marks in a string without it breaking by using \" and it will work.

Oh yeah I got it working and now I can download perfect hexagrams.

Cant edit the title to say solved oh well