Regex and URLs in results -


i have regex grabs info reference site. of facts have links , doesn't grab link. how can achieve this?

the url  http://www.nationalpastime.com/

here regex.

(?<=<td width="400">\s)[^<]+ 

use ([^<]|<[^\/]|<\/[^t]|<\/t[^d]|<\/td[^>])+ instead of [^<]


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Magento/PHP - Get phones on all members in a customer group -

session - Logging Out Using PHP -