Re: [PHP-WIN] /i modifier with preg_replace

2001-04-03 Thread Matthew
Thanks Carsten & Daniel...that works. Daniel... that (? "Daniel Beulshausen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > At 09:32 03.04.2001 +0100, Matthew wrote: > >Hello... > > > >I'm trying to implement a case insensitive str_replace (bearing in mind tha

Re: [PHP-WIN] /i modifier with preg_replace

2001-04-03 Thread Daniel Beulshausen
At 09:32 03.04.2001 +0100, Matthew wrote: >Hello... > >I'm trying to implement a case insensitive str_replace (bearing in mind that >I'll be performing the replace on a paragraph of text so I don't want to >convert it all to upper or lower case first). > >Somebody suggested using the /i modifier w

AW: [PHP-WIN] /i modifier with preg_replace

2001-04-03 Thread Carsten Senf
cs > Von: Matthew [mailto:[EMAIL PROTECTED]] cs > Gesendet: Dienstag, 3. April 2001 10:33 cs > An: [EMAIL PROTECTED] cs > Betreff: [PHP-WIN] /i modifier with preg_replace cs > cs > cs > Hello... cs > cs > I'm trying to implement a case insensitive str_replace cs >

[PHP-WIN] /i modifier with preg_replace

2001-04-03 Thread Matthew
Hello... I'm trying to implement a case insensitive str_replace (bearing in mind that I'll be performing the replace on a paragraph of text so I don't want to convert it all to upper or lower case first). Somebody suggested using the /i modifier with pregreplace but I don't know where to put the