[snip]
Does anybody know how to do this on just words?
[/snip]

explode the string into an array of words and then apply the function to
the array value. Then implode the string into a new string.

http://www.php.net/explode
http://www.php.net/implode

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to