Escape a string ?

Temtaime via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Apr 9 06:21:11 PDT 2015


Sorry, i meant it gives b == "fooo\\nbar"
I'm writing an interpreter and it should dump original string 
from memory.
Also i wonder if there's a function to convert "aaa\\nbb" to 
"aaa\nbb" (i.e. to unescape)


More information about the Digitalmars-d-learn mailing list