I have a regex that grabs info from a reference site. Some of the facts have links and it doesn't grab the link. How can I achieve this?
The URL is http://www.nationalpastime.com/
Here is my regex.
(?<=<td width="400">\s)[^<]+
I have a regex that grabs info from a reference site. Some of the facts have links and it doesn't grab the link. How can I achieve this?
The URL is http://www.nationalpastime.com/
Here is my regex.
(?<=<td width="400">\s)[^<]+