www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - std.string.split not in http://dlang.org/phobos/std_string.html

reply Timothee Cour via Digitalmars-d <digitalmars-d puremagic.com> writes:
    import std.string;
    auto a=std.string.split("as,df",",");//works

but split not in http://dlang.org/phobos/std_string.html
Aug 14 2014
parent "Marc =?UTF-8?B?U2Now7x0eiI=?= <schuetzm gmx.net> writes:
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.
Aug 14 2014