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 -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -