looking for tool to convert unescape string to escapted string
        Posted  
        
            by user63898
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user63898
        
        
        
        Published on 2010-06-08T09:40:32Z
        Indexed on 
            2010/06/08
            11:42 UTC
        
        
        Read the original article
        Hit count: 214
        
JavaScript
|c++
Hello 
i just wander where can i find a tool that takes in my case java script string that is
unescape and converting it to escaped string so i could use it as string value in c++ 
for example characters like " i need to convert it to \"
i need something smart and not just replace all function . 
© Stack Overflow or respective owner