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
d by that upper > > > > case char". > > > > > > > > See the ORO project: > > > > http://jakarta.apache.org/oro/index.html > > > > > > > > Gary > > > > > > > > -Original Message- > > > >

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
wed 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: Wednesday, November 17

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

2004-11-17 Thread Stephen Colebourne
Wednesday, November 17, 2004 3:11 AM > To: Commons-Dev > Subject: [lang] Is there a split method based on > case? > > Hi all, > > I am converting some classnames to user friendly > names. So I have a > class > call my.companies.own.SpecialStep and I can use the > subst

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

2004-11-17 Thread Gary Gregory
TED] Sent: Wednesday, November 17, 2004 3:11 AM To: Commons-Dev Subject: [lang] Is there a split method based on case? Hi all, I am converting some classnames to user friendly names. So I have a class call my.companies.own.SpecialStep and I can use the substringAfterLast("my.companies.own.Speci

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

2004-11-17 Thread Eric Pugh
Hi all, I am converting some classnames to user friendly names. So I have a class call my.companies.own.SpecialStep and I can use the substringAfterLast("my.companies.own.SpecialStep",".") to return "SpecialStep". I want to convert this to "Special Step". Any ideas on how to do this using commo