试图在我的内容中找到"\ ["不会得到任何结果.我使用这种模式:
preg_replace('/\\\[/', $content, $matches);
我的模式出了什么问题?谢谢.
更新.我的意思是我的错preg_match_all.
preg_match_all
php regex
php ×1
regex ×1