AW: [PHP] reg-ex please

2002-04-27 Thread Red Wingate
Try it like this : $code[$i] = ereg_replace(#([0-9] {5}); , \\1.bing , $code[$i] ); -Ursprüngliche Nachricht- Von: John Fishworld [mailto:[EMAIL PROTECTED]] Gesendet: Samstag, 27. April 2002 1:11 PM An: [EMAIL PROTECTED] Betreff: [PHP] reg-ex please Help please from one of the

AW: [PHP] reg-ex please

2002-04-27 Thread Red Wingate
Woops , one to many whitespace :) -- Try it like this : $code[$i] = ereg_replace(#([0-9]{5}); , \\1.bing , $code[$i] ); -Ursprüngliche Nachricht- Von: Red Wingate [mailto:[EMAIL PROTECTED]] Gesendet: Samstag, 27. April 2002 1:26 PM An: [EMAIL PROTECTED] Betreff: AW: [PHP] reg

AW: [PHP] reg-ex please

2002-04-27 Thread Red Wingate
] ); -Ursprüngliche Nachricht- Von: Red Wingate [mailto:[EMAIL PROTECTED]] Gesendet: Samstag, 27. April 2002 1:26 PM An: [EMAIL PROTECTED] Betreff: AW: [PHP] reg-ex please Try it like this : $code[$i] = ereg_replace(#([0-9] {5}); , \\1.bing , $code[$i] ); -Ursprüngliche Nachricht