Help for this page

Select Code to Download


  1. or download this
    <TD class="foo"> # you don't allow for attributes
    <td>             # you assumed upper-case
    <TD              # it's annoying, but legal, to have a newline there
    >
    
  2. or download this
        $content =~ s/^(?!\s*<TD>).*$//mg;