+ 2
Escape Quotation and comments
I need help with this code I have tried var myStr = I am a\ "double quoted" string inside \"double quotes".; Case test: You should use two double quotes (") and four escaped double quotes (\").
2 Réponses
+ 6
var myStr = "I am a \"double quoted\" string inside \"double quotes\""
0
your string representation is wrong.
so I can't understand your question