PHP正則匹配到2個字符串之間的內容

$preg= '/xue[\s\S]*?om/i'; preg_match_all($preg,"學並思網址xuebingsi.com",$res); var_dump($res[0][0]);
相關文章
相關標籤/搜索