php正则

1  修饰符:好象没有讲
2  匹配模式好象有些少
比如$cp = preg_replace( "@@is", "", $cp );
            $cp = preg_replace( "@@is", "", $cp );
            $cp = preg_replace( "@@is", "", $cp );
?>出现"@@我就迷糊

希望得到帮助,多谢  

"@@

非贪婪模式,意思是匹配]*)@

有时候需要[^>]+?获取精确匹配。

你可能感兴趣的:(php正则)