RE: [PHP] ereg_replace vs. preg_replace [was: str_replace question]

2003-09-10 Thread Wouter van Vliet
thanks, that pretty much cleared things up.. -> -Oorspronkelijk bericht- -> Van: Curt Zirzow [mailto:[EMAIL PROTECTED] -> Verzonden: woensdag 10 september 2003 6:30 -> Aan: [EMAIL PROTECTED] -> Onderwerp: Re: [PHP] ereg_replace vs. preg_replace [was: str_repla

Re: [PHP] ereg_replace vs. preg_replace [was: str_replace question]

2003-09-09 Thread Curt Zirzow
* Thus wrote Wouter van Vliet ([EMAIL PROTECTED]): > > Btw, does anybody know why preg_replace is adviced over ereg_replace in the > manual? .. and if ereg_replace doesn't have any advantages over > preg_replace, couldn't this function get depricated? I've done some testing with ereg and preg fu