if (preg_match("/[a-z0-9]+/i"),$str)
So what denotes the end of the reg ex here? (if the '/' at the begin identifies the start?
Tryst
Surely there is a manual page somewhere for "Perl Compatible Regular Expressions" :)
Hint: actually, never mind, it's worth making you go read that page.
-- Teach a person to fish...
Ask smart questions: http://www.catb.org/~esr/faqs/smart-questions.html PHP Manual: http://www.php.net/manual/en/index.php php-general archives: http://marc.theaimsgroup.com/?l=php-general&w=2
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php