* Thus wrote Lourenzo Dias ([EMAIL PROTECTED]):
> Hey, there.
> I'm a new php student from Brazil, and sorry about my  ignorance writing 
> in English.
> I'd like to know if exists any function in php that identifies a string 
> as a-z, like is_num() to the numbers.

You're looking for ctype_alpha().

http://php.net/ctype_alpha

Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

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

Reply via email to