On Friday, August 15, 2003, at 04:20 PM, Scott Taylor wrote:


Any one have or know of a function to convert ugly "NAME, USER" to "User Name"?

Maybe something like:


s/^(\w+), ?(\w+)$/ucfirst(lc $2) . ' ' . ucfirst(lc $1)/e

Hope that helps.

James


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to