To Title Case for JavaScript

I wrote some Javascript to convert text to title case in response to John Gruber's public call. My script handles some edge cases Gruber's doesn't. See the test suite.

Just add .toTitleCase() to the string you want converted.

Try It:

Download to-title-case.js or view the code on github

© 2008–2012 David Gouch