Regex to get anchor tags

preg_match_all("/<a.*? href=(\"|’)(.*?)(\"|’).*?>(.*?)<\/a>/i",$html,$anchors);

Hi all,
I have a site that for some reason […]

Original post by ManSized

Leave a Reply