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

via Digitalmars-d digitalmars-d at puremagic.com
Thu Aug 14 01:46:53 PDT 2014


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.


More information about the Digitalmars-d mailing list