I have a variable in my script,
var st = ""
In that quotes I have to give a string and this string contains lot of single and double quotations.
I think there isn't any problem with single quotations, but a problem with the double quotes (") only.
In this I can't manually replace \"
for all, even I tried with an editor that "
replace with \"
, but it's not working.