Re: [PHP-DB] Re: replace string - case insensitive

2001-08-15 Thread Hugh Bothwell
"Lars B. Jensen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Looking through the code I am not doubting it works, > but what I wonder if it is really a preferred choice over > for example reg. expressions ? You have idea what > would be the fastest perform

RE: [PHP-DB] Re: replace string - case insensitive

2001-08-15 Thread Lars B. Jensen
PROTECTED]] Sent: 16. august 2001 12:17 To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Re: replace string - case insensitive "Lars B. Jensen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > depending on what you're replacing with w

Re: [PHP-DB] Re: replace string - case insensitive

2001-08-15 Thread Hugh Bothwell
"Lars B. Jensen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > depending on what you're replacing with what, a solution is eregi_replace. I > do not advice to upper nor lowercase the source as it will change parts of > data unwantedly. Yes, I agree; anothe