RE: [lang] Is there a split method based on case?

2004-11-18 Thread Gary Gregory
la Eclipse. Thanks, Gary -Original Message- From: Eric Pugh [mailto:[EMAIL PROTECTED] Sent: Thursday, November 18, 2004 3:10 AM To: Jakarta Commons Developers List; Corey Scott Subject: RE: [lang] Is there a split method based on case? It seems like it might also help flesh out WordUtil

RE: [lang] Is there a split method based on case?

2004-11-18 Thread Jörg Schaible
Eric Pugh wrote on Thursday, November 18, 2004 12:10 PM: > It seems like it might also help flesh out WordUtils.. > Would just a method > that splits be enough, or is there any reason to get fance > and insert spaces etc...? Just a reminder: Think also of RMIMessage or SQLError ... - Jörg -

Re: [lang] Is there a split method based on case?

2004-11-18 Thread Henri Yandell
Jakarta Commons Developers List > > Subject: Re: [lang] Is there a split method based on case? > > > > > > I also had to recently do this, for the same reasons :-) > > > > -Corey > > > > > > On Thu, 18 Nov 2004 00:26:16 + (GMT), Stephen Cole

RE: [lang] Is there a split method based on case?

2004-11-18 Thread Eric Pugh
To: Jakarta Commons Developers List > Subject: Re: [lang] Is there a split method based on case? > > > I also had to recently do this, for the same reasons :-) > > -Corey > > > On Thu, 18 Nov 2004 00:26:16 + (GMT), Stephen Colebourne > <[EMAIL PROTECTED]> w

Re: [lang] Is there a split method based on case?

2004-11-17 Thread Corey Scott
I also had to recently do this, for the same reasons :-) -Corey On Thu, 18 Nov 2004 00:26:16 + (GMT), Stephen Colebourne <[EMAIL PROTECTED]> wrote: > FYI, I recently had to write this same method to take > resource keys and make more human readable sentences. > So, maybe there is space for i

RE: [lang] Is there a split method based on case?

2004-11-17 Thread Stephen Colebourne
FYI, I recently had to write this same method to take resource keys and make more human readable sentences. So, maybe there is space for it in lang. Stephen --- Gary Gregory <[EMAIL PROTECTED]> wrote: > Hello, > > This sounds like a job for regular expression > substitution: "replace all > up

RE: [lang] Is there a split method based on case?

2004-11-17 Thread Gary Gregory
Hello, This sounds like a job for regular expression substitution: "replace all uppercase chars with a space followed by that upper case char". See the ORO project: http://jakarta.apache.org/oro/index.html Gary -Original Message- From: Eric Pugh [mailto:[EMAIL PROTECTED] Sent: Wednesda