正則匹配 a標籤 包含href的單雙引號區別

function check_link($str) {        $patten = "/<a.*?href\s*?=\s*?[\"\'](.*?)[\"\'].*?>(.*?)<\/a>/is";     preg_match_all($patten,$str,$match);     return $match;         } }
相關文章
相關標籤/搜索