From: Randy Kramer Date: 2006-03-14T03:01:06+09:00 Subject: Re: Quickest way to do this string op. On Monday 13 March 2006 08:36 am, Peter Palmer wrote: > Hi, > > I'm new to Ruby but can't you just use : > > "BOCA RATON".capitalize Nope! (That gives => "Boca raton"). And, even as a Ruby newbie, I determined in seconds. The real point of my post is to say that, while I'm learning Ruby, I have IRB open in a konsole right next to kmail--it's very nice to quickly plug a piece of code in there and do some testing (confirm it works, take bits off the end to see intermediate results, etc.). regards, Randy Kramer