php preg_match pattern problem,regular expression pattern

Posted by kk on Stack Overflow See other posts from Stack Overflow or by kk
Published on 2010-04-18T07:06:42Z Indexed on 2010/04/18 7:13 UTC
Read the original article Hit count: 308

Filed under:
|
<tr  id='ieconn3' >
  <td><table width='100%'><tr><td valign='top'><table width='100%'><tr><td>aaaaa
<br>&nbsp;</td></tr><tr><td> 

I want to get the aaaaa part till <br> or </td>. I tried lots of patterns but didnt work. any help?

© Stack Overflow or respective owner

Related posts about regex

Related posts about php