| 
 Posted by JDS on 09/06/05 23:21 
On Fri, 02 Sep 2005 21:51:06 +0000, Gordon Burditt wrote: 
 
> Offhand I'm having trouble finding documentation on the particular 
> flavor of regular expressions PHP uses. 
 
PHP uses a couple of different flavors 
 
the preg_*() functions are Perl-compatible, meaning they use regex syntax 
the way Perl uses regex syntax. 
 
ereg_* is POSIX compliant, I believe 
 
--  
    JDS | jeffrey@example.invalid 
        | http://www.newtnotes.com 
  DJMBS | http://newtnotes.com/doctor-jeff-master-brainsurgeon/
 
[Back to original message] 
 |