i am using the method parseFromString () to parse a string into DOM tree. i want to replace \" in the string with " before it is passed to the method, using javascript. how can i do this??
replace \" with "
Collapse
Comment