I have a string from an xml document:
Is there a way for me to write this string like \"
\"
Escape:
var str = ";";
(Edit: forgot to put proper html chars in!)
Or in javascript you can use single quotes to contain one with doubles:
var str = '';