Hi,
I'm trying to remove HTML tags from a string using a
regular expression:
<@ASSIGN NAME="temp" VALUE='<@REGEX EXPR="<[^>]*>" STR="1234<Font face='arial'>5678" TYPE=E>' SCOPE="Local">
I get back an array:
<TABLE BORDER="1"><TR><TD><Font face='arial'></TD><TD>5</TD><TD>19</TD></TR></TABLE>
I was hoping to simply get back a strign without the HTML in it.
Any ideas how to do this?
- James.
