J
Just Me
I hate regex and I struggle with it, but it may be the simplest way to
acheive what I need, if only I knew how ?!
Basically, I need to process HTML. I want to strip everything out including
all attributes and just leave the following tags.
<table> <tr> <td>Cell Content</td> [ more table data tags and content ]
</tr></table>
If anyone has an idea it would be appreciated.
acheive what I need, if only I knew how ?!
Basically, I need to process HTML. I want to strip everything out including
all attributes and just leave the following tags.
<table> <tr> <td>Cell Content</td> [ more table data tags and content ]
</tr></table>
If anyone has an idea it would be appreciated.