digitalmars.D - std.string.split not in http://dlang.org/phobos/std_string.html
- Timothee Cour via Digitalmars-d (3/3) Aug 14 2014 import std.string;
- "Marc =?UTF-8?B?U2Now7x0eiI=?= <schuetzm gmx.net> (4/7) Aug 14 2014 It's in std.array and is publicly imported into std.string,
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
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.htmlIt's in std.array and is publicly imported into std.string, together with join.
Aug 14 2014