Re: TitleCasing a String - probably a java question
Re: TitleCasing a String - probably a java question
- Subject: Re: TitleCasing a String - probably a java question
- From: Gavin Eadie <email@hidden>
- Date: Tue, 6 Jan 2004 15:36:52 -0500
At 7:48 AM +0000 1/6/04, Jonathan Fleming wrote:
What's the best way to go about making a String TitleCase eg.
turning: "commited to the future of webObjects" into "Commited To
The Future Of WebObjects".
... you will find a wealth of useful and interesting Java code for
this kind of thing in the Jakarta "Commons" software suites. In this
case Commons 'lang' collection has a StringUtils class that's very
nice.
http://jakarta.apache.org/commons/
http://jakarta.apache.org/commons/lang.html
and documentation at:
http://jakarta.apache.org/commons/lang/api/org/apache/commons/lang/StringUtils.html
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.