Hmm I just noticed that this was only designed for single words, sorry... it's a start anyway, you'll have to tokenize for spaces and call this function on each part.
Although it's not quite a title case function (still capitalizes 'and', 'or' etc) string_ucwords(..) from the NetLinx Common Libraries may help you out.
Comments
Hmm I just noticed that this was only designed for single words, sorry... it's a start anyway, you'll have to tokenize for spaces and call this function on each part.