assert (f("abc\ndef") == "\"abc\\ndef\"");
is there a function in phobos anywhere that takes a string and
escapes it into a string literal suitable for string mixins?
something like
- string -> string literal Ellery Newcomer via Digitalmars-d-learn
- Re: string -> string liter... monarch_dodra via Digitalmars-d-learn
- Re: string -> string l... Timothee Cour via Digitalmars-d-learn