Leif Gregory <mailto:[EMAIL PROTECTED]> on Wednesday, February 23, 2005 10:31 AM said:
> I'm thinking something like: > > 1. strtolower() the string > 2. explode() on the period > 3. Loop through the resulting array > a. trim() whitespace on each element > b. ucfirst() on each element of the array > c. Concatenate the string back together, putting a period and a > space at the end of each element. And on top of that he'll need to convert all 'i' to 'I' because of step 1. Chris. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php