Re: add regexp-split: a summary and new proposal

2011-12-31 Thread Daniel Hartwig
On 31 December 2011 15:30, Eli Barzilay wrote: > But there's one more point that bugs me about the python thing: the > resulting list has both the matches and the non-matching gaps, and > knowing which is which is tricky.  For example, if you do this (I'll > use our syntax here, so note the minor

Re: add regexp-split: a summary and new proposal

2011-12-31 Thread Eli Barzilay
11 hours ago, Daniel Hartwig wrote: > On 31 December 2011 15:30, Eli Barzilay wrote: > > But there's one more point that bugs me about the python thing: the > > resulting list has both the matches and the non-matching gaps, and > > knowing which is which is tricky.  For example, if you do this (I'