I want to pipe the contents of a D string to the stdin of a pipe created with one of the std.process functions.
I want to avoiding resorting to escaping the string.
How would i do that?
Thanks