Just when I thought I was getting the hang of PHP/Perl regular expressions...
why is %<p[^>](.*)</font>%Uis
not matching anything in the chunk:
<p>this is a test paragraph with some bad html <font size=-3>small text</font>...
Shouldn't preg_match_all be grabbing everything between <p> and </font>?