3
我不知道爲什麼這不會工作......完美地在多個正則表達式檢查器和測試器中工作。但是,當涉及到在PHP中運行它,我得到這個錯誤:編譯失敗:沒有重複的偏移量6
Warning: preg_match() [function.preg-match]: Compilation failed: nothing to repeat at offset 6 in /home/splose/public_html/index/index.php on line 49
IM運行以下命令:
if(preg_match('[\\/^$.|?*+():<>]', $username)){}
我相信你必須用正斜槓開始並結束你的正則表達式'/'否? –