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

Reply via email to