Creating a flexible, semantic, and correct title case PHP function based on developers' previous work.
Original Authors:
- Original Title Case script © John Gruber @ daringfireball.net
- JavaScript port © David Gouch @ individed.com
- PHP port of the above by Kroc Camen @ camendesign.com
- PHP Title Case function based on grammatical rules by Nicholas Dunbar @ actionscript-flash-guru.com
Synthesizing Author: @NicholasRBowers
To create a simple, elegant, flexible, semantic, and correct title case PHP function by building off of the works of others.
- I am currently drawing from two sources: Dunbar and Camen (noted above).
- If there are any other sources that you would like to have considered added to the project, tweet them at me @NicholasRBowers.
Recent changes
- Semantically restructured.
- Merged sources into master branch.
Development released October 26, 2012
- Initial release