Ben dönüştürmek istiyorum
<p>Code is following</p>
<pre>
<html><br></html>
</pre>
karşı
<p>Code is following</p>
<pre>
<html>
</html>
</pre>
I don't know how karşı write regular expression for replace between pre tag in PHP.
Bu kod çalıştı http://stackoverflow.com/questions/1517102/replace-newlines-with-br-tags-but-only-inside-pre-tags
ama benim için çalışmıyor.