Hy ! I would like to do something like: s = r"a\tb\n" print s # result with a\tb\n print unraw(s) # <= this is the "magic" function I'm searching for # result with a b n Does any of you know how to do it properly ?