no, I am asking for the inverse of that function. There is unescape, but it 
doesn't do what I want to do:
    
    
    import strutils
    
    let str = r"\n\r"
    
    echo str
    assert unescape(str, "", "") == "\n\r"
    

Reply via email to