Hi,

I've got a list of strings in the following format:
item one
item two
item three

What I'd like to do now is to capitalise the first letter of each word so
the list becomes:
Item One
Item Two
Item Three

Can anyone tell me how to do this?

Thanks.

Jamie Saunders
[EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to