I want to replace the Double quotes in a string( " ) with " with replace function :
But it is not working :
sample code :
txt="Testing the "Data" in the document";
txt.replace(' \" ','"e');
But it not working.
Please tell me if anybody know it need it very urgently........
Thanks in advance..
sekhar.