Re: [lang] [Bug 22692] - StringUtils.split ignores empty items

2003-11-14 Thread Stephen Colebourne
hod. There's also a predefined > whitespace delimiter set "WHITESPACE_DELIMITERSET" > so people don't have to construct their own > all the time. > > -Original Message- > From: Stephen Colebourne [mailto:[EMAIL PROTECTED] > Sent: Friday, Novembe

RE: [lang] [Bug 22692] - StringUtils.split ignores empty items

2003-11-14 Thread Inger, Matthew
al Message- From: Stephen Colebourne [mailto:[EMAIL PROTECTED] Sent: Friday, November 14, 2003 5:26 PM To: Jakarta Commons Developers List Subject: Re: [lang] [Bug 22692] - StringUtils.split ignores empty items An interesting idea, although the performance would be very poor without some eff

Re: [lang] [Bug 22692] - StringUtils.split ignores empty items

2003-11-14 Thread Stephen Colebourne
lto:[EMAIL PROTECTED] > Sent: Friday, November 14, 2003 5:25 PM > To: Jakarta Commons Developers List > Subject: Re: [lang] [Bug 22692] - StringUtils.split ignores empty items > > > (BTW: I've been meaning to and forgetting to change the subject line to > include [lang].

RE: [lang] [Bug 22692] - StringUtils.split ignores empty items

2003-11-14 Thread Inger, Matthew
D] Sent: Friday, November 14, 2003 5:26 PM To: Jakarta Commons Developers List Subject: Re: [lang] [Bug 22692] - StringUtils.split ignores empty items An interesting idea, although the performance would be very poor without some effort in the CharSet class. Stephen From: "Todd V. Jonker"

RE: [lang] [Bug 22692] - StringUtils.split ignores empty items

2003-11-14 Thread Inger, Matthew
PM To: Jakarta Commons Developers List Subject: Re: [lang] [Bug 22692] - StringUtils.split ignores empty items (BTW: I've been meaning to and forgetting to change the subject line to include [lang]. Please use this for emails directed to lang) This interface approach should work OK. Perhaps if the

Re: [lang] [Bug 22692] - StringUtils.split ignores empty items

2003-11-14 Thread Stephen Colebourne
An interesting idea, although the performance would be very poor without some effort in the CharSet class. Stephen From: "Todd V. Jonker" <[EMAIL PROTECTED]> > Or just use lang.CharSet > > > On Fri, 14 Nov 2003 16:58:45 -0500, "Inger, Matthew" <[EMAIL PROTECTED]> > said: > > What about an interfac

Re: [lang] [Bug 22692] - StringUtils.split ignores empty items

2003-11-14 Thread Stephen Colebourne
(BTW: I've been meaning to and forgetting to change the subject line to include [lang]. Please use this for emails directed to lang) This interface approach should work OK. Perhaps if the interface was isMatch(char ch) then it could be used in two forms, one for delimiters, one for quotes. Thus: