Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
regex以下を実行したいのですが、次のようなPHPエラーに直面しました:
regex
PHP
preg_match() [function.preg-match]: 終了区切り文字 '^' がありません
私のコード:
if (preg_match("^(?!.*(l_name|f_name|m_name)).*$", $str)) { // Do sth }
何か案は?