I would like to get <IMAGE%>
from
< img src= <IMAGE%> width="50" height="35" >
When i use the MatchPattern as "<[^>]*%>"
then i get <img src=" <IMAGE%>
instead of <IMAGE%>
This is the full string:
< tr>< td>< img src=" <OI_IMAGE%>" width="50" height="35">< /td>< td><NAME%>< /td>< td><EMAIL%>< /td>< td><DELIVERT_DATE%>< /td>< /tr>
I need
<OI_IMAGE%>
<NAME%>
<EMAIL%>
<DELIVERT_DATE%>