Re: [PHP-DB] Exact String replace with eregi_replace()

2002-02-08 Thread Paul Burney
on 2/8/02 9:05 PM, Desikan at [EMAIL PROTECTED] appended the following bits to my mbox: > Actually I want to replace "is" alone from the string and not all the > words that contains is... > > I have tried with "^".$is."$" ---> but yields nothing This kind of question really belongs on the P

[PHP-DB] Exact String replace with eregi_replace()

2002-02-08 Thread Desikan
2:10 -0600 , "Rick Emery" <[EMAIL PROTECTED]> said: > To get "is" alone, use " is " > > -Original Message- > From: Desikan [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 08, 2002 8:51 AM > To: Rick Emery > Subject: RE:

RE: [PHP-DB] Exact String replace with eregi_replace()

2002-02-08 Thread Rick Emery
IL PROTECTED]] Sent: Friday, February 08, 2002 6:42 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] Exact String replace with eregi_replace() hi I'm trying to replace the exact match of 'is' with ','.. But all the matches of 'is' in the string gets replaced

[PHP-DB] Exact String replace with eregi_replace()

2002-02-08 Thread Desikan
hi I'm trying to replace the exact match of 'is' with ','.. But all the matches of 'is' in the string gets replaced how can i avoid this??? rgds, Desikan -- Desikan [EMAIL PROTECTED] -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/u