Hi!

Again, problem to convert chars. 

example:

$name = "mattson-hedman" # correct format is Mattson-Hedman, but user
can write in many ways. $name came from db.

so how I can convert this $name format "Mattson-Hedman". First name
first-letter is easy, but how about second-name first-letter H. There
are always char '-' before char which should be convert.

gustavus



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

Reply via email to