我有這樣的HTML標籤:警告:的preg_match()[function.preg匹配]:未知的修飾詞 '('
<div class="title">Copy me if you can</div>
所以我想使用的preg_match採取 只是 「如果你可以複製我」我使用這個模式浸漬:
$preg = "<div class=\"title\">(.+?)</div>";
所以我寫了這個代碼
$match = preg_match($preg,$content);
瀏覽器輸出:
Warning: preg_match() [function.preg-match]: Unknown modifier '('
什麼
http://stackoverflow.com/questions/1531456/is-there-a-php-function-that-can-escape-正則表達式模式在他們被應用之前 – zloctb 2015-10-27 11:19:52