3
有誰知道這個正則表達式有什麼問題嗎?它工作正常,像RegexPal和RegExr網站,但在PHP它給了我這個警告也沒有結果:PHP:preg_match - 「分隔符不能是字母數字或反斜槓」
Warning: preg_match() [function.preg-match]: Delimiter must not be alphanumeric or backslash
這裏是我的代碼:
preg_match('name="dsh" id="dsh" value="(.*?)"', 'name="dsh" id="dsh" value="123"', $matches);
HTML +的Regex = 3 – hsz 2012-03-07 13:24:41