string concatenation with %s

Suliman via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Mar 30 10:34:19 PDT 2015


> string sss = format("foo"-", ""bar");
>
> It should be obvious now that you forgot to escape those double 
> quotes.

Thanks! Is there any way to stay string as is. without need of 
it's escaping and so on?

It's seems I have seen something like it in docs, but I am not 
sure about it...


More information about the Digitalmars-d-learn mailing list