Splitter quiz / survey

bearophile bearophileHUGS at lycos.com
Mon Apr 27 04:58:53 PDT 2009


Andrei Alexandrescu:
> Splitter does what Perl's 
> split does: 2.

Perl has to die. This is Python:

>>> ",a,b,".split(",")
['', 'a', 'b', '']

My lazy xsplit too works like that. I strongly vote for (4).

Bye,
bearophile



More information about the Digitalmars-d mailing list