Is there a simple way to convert MySQL data into Title Case?

Posted by john.designop.us on Stack Overflow See other posts from Stack Overflow or by john.designop.us
Published on 2009-07-28T02:09:37Z Indexed on 2010/05/18 20:50 UTC
Read the original article Hit count: 443

I have a MySQL table where all the data in one column was entered in UPPERCASE, but I need to convert in to Title Case, with recognition of "small words" akin to the Daring Fireball Title Case script.

I found this excellent solution for transforming strings to lowercase, but the Title Case function seems to have been left out of my version of MySQL. Is there an elegant way to do this?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about title-case