On Tuesday, May 27, 2003, at 11:01 US/Pacific, Raymond Camden wrote: > There are a few titlecase style UDFs at cflib.org, but the simplest > solution is.. > > str = ucase(left(str,1)) & lcase(right,len(str)-1);
Won't work for NEW YORK (it would produce New york instead of New York). So, cflib.org it is... Sean A Corfield -- http://www.corfield.org/blog/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

