import std.string;
    auto a=std.string.split("as,df",",");//works

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

Reply via email to