joepeacock
Programmer
Hello,
I have a long string generated by CFHTTP and I am trying to remove parts of it. The string is a long table with a form in the last cell in each row. That cell looks something like this:
<TD align="RIGHT" valign="bottom" width="40"><FORM action="/action.xml" method="POST" name="abc123"><INPUT name="cid" type="hidden" value="3G31HAB4"><input type="submit" value="go"></FORM></TD>
The "cid" value is different in each row. I would like to just remove that entire cell from each row. I assume there is a RE trick, but I don't know it. Any help?
Thanks!
I have a long string generated by CFHTTP and I am trying to remove parts of it. The string is a long table with a form in the last cell in each row. That cell looks something like this:
<TD align="RIGHT" valign="bottom" width="40"><FORM action="/action.xml" method="POST" name="abc123"><INPUT name="cid" type="hidden" value="3G31HAB4"><input type="submit" value="go"></FORM></TD>
The "cid" value is different in each row. I would like to just remove that entire cell from each row. I assume there is a RE trick, but I don't know it. Any help?
Thanks!