This is the Sites Code:
And this is my RegEx but it doesent get: This is the TextCode:<A HREF="/?id=64072">This is The Text that i want</A></P> <A HREF="/?id=65850">This is The Text that i want 2</A></P> <A HREF="/?id=65967">This is The Text that i want 3</A></P>
Hope somebody can help me...Code:"(?<=\<A\sHREF=""/?id=[a-zA-Z0-9_/\.\-]*""\>).+(?=\</A\>)"


Reply With Quote
