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]
- Re: [PHP] Quick Regex Question Jeff Oien
- Re: [PHP] Quick Regex Question CC Zona
- [PHP] Quick RegEx Question Jeff Oien
- Re: [PHP] Quick RegEx Question Jon Jacob
- Re: [PHP] Quick RegEx Question Jon Jacob
- Re: [PHP] Quick RegEx Question Jack Dempsey