Hartley Posted July 8, 2007 Share Posted July 8, 2007 I haven't found a way to set title case in PHP... IE: test tItle => Test Title Is there a way to achieve this? Link to comment https://forums.phpfreaks.com/topic/58891-title-case/ Share on other sites More sharing options...
quickstopman Posted July 8, 2007 Share Posted July 8, 2007 what exactly do you mean my "title case" Link to comment https://forums.phpfreaks.com/topic/58891-title-case/#findComment-292202 Share on other sites More sharing options...
Hartley Posted July 8, 2007 Author Share Posted July 8, 2007 Well, title case as in what title case refers to, when the first letter is capital in words, such as the example I gave: test tItle => Test Title Link to comment https://forums.phpfreaks.com/topic/58891-title-case/#findComment-292211 Share on other sites More sharing options...
AndyB Posted July 8, 2007 Share Posted July 8, 2007 ucwords() - http://ca.php.net/manual/en/function.ucwords.php Link to comment https://forums.phpfreaks.com/topic/58891-title-case/#findComment-292212 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.