U
[UKLans]Khan
Guest
Hello guys,
What is the regex command for finding the text in a link. Ie:
href="www.then domain.com">
I need the: www.thedomain.com
so in this case between the "" but what happens if it has a " in the url. E.g:
href="www.thedomain.com/page.aspx?id="1"">
I need the: www.thedomain.com/page.aspx?id="1"
and what happens if the tag has more at the end. e.g:
href="www.thedomain.com/page.aspx?id="1"" class="theclass">
I need the: www.thedomain.com/page.aspx?id="1"
Thanks,
Khan
What is the regex command for finding the text in a link. Ie:
href="www.then domain.com">
I need the: www.thedomain.com
so in this case between the "" but what happens if it has a " in the url. E.g:
href="www.thedomain.com/page.aspx?id="1"">
I need the: www.thedomain.com/page.aspx?id="1"
and what happens if the tag has more at the end. e.g:
href="www.thedomain.com/page.aspx?id="1"" class="theclass">
I need the: www.thedomain.com/page.aspx?id="1"
Thanks,
Khan