Question
RegEx help
I need to convert this:
<a href=" http://www.cnn.com"><img src=" http://some.domain.net/images/test1.gif" width="143" height="107" hspace="3" vspace="3" border="0" id="Content1"></a>
to this:
*Content1*
Basically, use the value of the ID attribute and encapsulate with asterisks.
The kicker is that the href and img src can be anything, the values posted here are just placeholders.
TIA
<a href=" http://www.cnn.com"><img src=" http://some.domain.net/images/test1.gif" width="143" height="107" hspace="3" vspace="3" border="0" id="Content1"></a>
to this:
*Content1*
Basically, use the value of the ID attribute and encapsulate with asterisks.
The kicker is that the href and img src can be anything, the values posted here are just placeholders.
TIA
