Subject: custom capitalization
From: Steven Ketcham <stedak charter.net>
Date: Wed, 11 Jun 2003 08:34:16 +0900
In-reply-to: 73119
Is there a ruby way to enforce specific capitalization style?
i.e.
change "JOHN DOE" to "John Doe"
In C++ I search for a space then captalize the next letter and capitalize the first letter of the string.
Thanks!