> Either way, it should be easy enough to change that code I gave you
> to do that?

I know what you mean, but I have more than 200 rows already with these <!--
TEXT --> surrounding my texts and to modify manually would take ours... I
didn't think in that before...

How would be a REGEX to recognize the <!-- TEXT --> tag and ANY TEXT below?

<!-- TEXT -->ANY TEXT<!-- TEXT -->

because if I could recognize the entire block and make it a string, it would
be possible to use $ in REGEX to exchange only the end of the string. What
do you think?

Thank you


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to