The Problem is to get the html tag if asp.net code is inside
like:
<a href="[url]"
class="<%=dowhatever()%>">[title]</a&g
t;
I canīt bring the regex to ignore the %> but get the tag
till the the
closing >.
One try was:
<[^u0025u003E]+
without success :(
What I want to get is the string:
<a href="[url]"
class="<%=dowhatever()%>">
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Regex" group.
To post to this group, send email to regex googlegroups.com
To unsubscribe from this group, send email to
regex-unsubscribe googlegroups.com
For more options, visit this group at http://groups.go
ogle.com/group/regex
-~----------~----~----~----~------~----~------~--~---
|