On Thursday, 14 August 2014 at 07:52:35 UTC, Timothee Cour via
Digitalmars-d wrote:
> import std.string;
> auto a=std.string.split("as,df",",");//works
>
> but split not in http://dlang.org/phobos/std_string.html
It's in std.array and is publicly imported into std.string,
together with join.