RE: [PHP] Re: help using ereg_replace()

2002-01-14 Thread Bart Brinkmann
day, January 14, 2002 11:26 AM To: liljim Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Re: help using ereg_replace() liljim, Thanks for the advice (and especially the explanation!) -- I note that you chose the Perl regexp engine rather than the "e" regexp engine (POSIX?). Quite a few

Re: [PHP] Re: help using ereg_replace()

2002-01-14 Thread liljim
Hi Erik, > Thanks for the advice (and especially the explanation!) -- I note that > you chose the Perl regexp engine rather than the "e" regexp engine > (POSIX?). Quite a few people recommended O'Reilly's "Mastering Regular > Expressions" over the weekend. Does anyone know if it covers the Perl

Re: [PHP] Re: help using ereg_replace()

2002-01-14 Thread Erik Price
liljim, Thanks for the advice (and especially the explanation!) -- I note that you chose the Perl regexp engine rather than the "e" regexp engine (POSIX?). Quite a few people recommended O'Reilly's "Mastering Regular Expressions" over the weekend. Does anyone know if it covers the Perl synt