(?<=\'\)\" href\=\").*?(?=\"\>\<EM\>)
(?<=\" href\=\").*?(?=\<\/A\>\<\/H3\>\<BUTTON class\=vspib type\=submit\>\<\/BUTTON\>\<\/SPAN\>)
But when I need things like
inurl:
or
/
values like / or : come into the equation that seem to be breaking this value and making regexp think it's ended value and that it's now time to end what it's looking for. So the value goes on but it's not making any sense to the regexp as it's now expecting stuff that's found after the value, but it's getting alphanumeric values instead.
If anyone knowing regexp can tell me how to isolate these non alpha numeric values to get the regexp to think it's part of the value to be parsed. I'd appreciate it. thanks.


Sign In
Create Account


Back to top









