[PHP] How do I do to update part of a string?

2001-01-15 Thread Romulo Roberto Pereira
I have a big string. How can I do to find some text inside and modify that text? I was thinking about ereg_replace(). But it is capable to handle big chuncks of text? If yes, it will notbe too heavy for theserver? Any other ideas? Thank you, Rom -- PHP General Mailing List (http://www.php.net

Re: [PHP] How do I do to update part of a string?

2001-01-15 Thread Josh G
to hangovers, and hangovers to... suffering. - Original Message - From: "Romulo Roberto Pereira" <[EMAIL PROTECTED]> To: "php-general" <[EMAIL PROTECTED]> Sent: Tuesday, January 16, 2001 1:39 PM Subject: [PHP] How do I do to update part of a string? > I

RE: [PHP] How do I do to update part of a string?

2001-01-15 Thread Maxim Maletsky
n you have to care of your processing time. typically ereg()s are quite slow, Cheers, Maxim Maletsky -Original Message- From: Romulo Roberto Pereira [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 16, 2001 11:39 AM To: php-general Subject: [PHP] How do I do to update part of a s