if (preg_match("/[a-Z],[a-Z]/",$text)) {

Can you tell me where I'm failing here. I want to do something
if the string has commas in between words with no spaces. 
Like:

blah,blah,blah

Jeff Oien

-- 
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