Page 2 of 2

Posted: Tue May 07, 2002 1:00 pm
by enygma
yes, but this it PHP, silly....
-enygma

Posted: Tue May 07, 2002 3:33 pm
by dusty
Yes, so why say use ereg rather than preg?
Note: preg_match(), which uses a Perl-compatible regular expression syntax, is often a faster alternative to ereg().
straight out of the manual ;]