http://www.perlmonks.org?node_id=22623

fundflow has asked for the wisdom of the Perl Monks concerning the following question: (strings)

Is there a better way to capitalize a string than
s/(\w+)/\u$1/g
?

Originally posted as a Categorized Question.