Hi,
i'm trying to replace every instance of "<br>" within the "<pre>..</pre>" tags. i want
all other breakrows to remain the same.
i've tried numerous regular expressions, but i can't find a way to just replace the
breakrows.. it replaces _everything_ bewteen <pre> and </pre>.
example $string:
test<br>
test<br>
test<br>
<pre>
testing<br>
testing<br>
</pre>
test<br>
test<br>
i want that to look like:
test<br>
test<br>
test<br>
<pre>
testing
testing
</pre>
test<br>
test<br>
--
Gustaf Sjoberg <[EMAIL PROTECTED]>
<(" <) <(" )> <( ")> (> ")>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php