Hi all, I am develloping an application and want to convert simple text to escape function (javascript) with all the text I have in the database. The problem is that my text include these two caractures " ' ! I cant use escape/unescape function because this caracture (') makes a string conflict. What should I do!
you can replace it with equvilant escape sequence. Show me the part of code that conflicts, and sample string that makes problem. regards