From: Rails List Date: 2009-06-05T04:41:50+09:00 Subject: How to capitalize first word of a string? I have a string that I would like to capitalize and add bold html tag to the first word only. How do i do it?. Do I have to split first and then "upcase!" it then join again. Not sure how to do it. any help is much appreciated. thanks -- Posted via http://www.ruby-forum.com/.