RE: [lang] StringUtils.split() functionality wrt separator repeats

2003-12-08 Thread Ash ..
Hi Matthew, I had come across the Tokenizer class in the lang package, and I agree that it offers much more control and flexibility. Here however, from a developer's perspective, I had meant to discuss the functionality of the StringUtils.split() method, regardless of such functionality

Re: [lang] StringUtils.split() functionality wrt separator repeats

2003-12-08 Thread Stephen Colebourne
Colebourne [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 21:49 To: Jakarta Commons Developers List Subject: Re: [lang] StringUtils.split() functionality wrt separator repeats Because we intend to not change the contract of split on StringUtils, that method is left