A
anthonyroche
I have a string coming from a DB to populate a page with data. What I
need is a Regex that will match the following:
<wp:news id="News" runat="server"></wp:news>
however the news string could be different eg:
<wp:login id="Login" runat="server"></wp:login>
Thanks
Anthony Roche
need is a Regex that will match the following:
<wp:news id="News" runat="server"></wp:news>
however the news string could be different eg:
<wp:login id="Login" runat="server"></wp:login>
Thanks
Anthony Roche