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"
- unescape \n \r etc in string Krux02
- Re: unescape \n \r etc in string cblake
- Re: unescape \n \r etc in string Krux02
- Re: unescape \n \r etc in string vlad1777d
