AW: [PHP] reg-ex please

2002-04-27 Thread Red Wingate
Sure :) -Ursprüngliche Nachricht- Von: John Fishworld [mailto:[EMAIL PROTECTED]] Gesendet: Samstag, 27. April 2002 1:46 PM An: Red Wingate; [EMAIL PROTECTED] Betreff: Re: [PHP] reg-ex please Excellent :-))) Thanks ! Can I trouble you again with one more ! I get an url http

Re: [PHP] reg-ex please

2002-04-27 Thread John Fishworld
ks ! :-)) > 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]] > Ges

AW: [PHP] reg-ex please

2002-04-27 Thread Red Wingate
ROTECTED] Betreff: AW: [PHP] reg-ex please 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: [

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

[PHP] reg-ex please

2002-04-27 Thread John Fishworld
Help please from one of the reg-ex experts out there please ! I'm trying to find the pattern &#(5 number); example 𑃸 This works $code[$i] = ereg_replace("&#([0-9])+" , "replace\\0.bing" , $code[$i] ); and I get back replace 𑃸.bing but I also want to lose the &# and the ; so I get back 69880.bi