边缘梦是个高手

边缘梦是个PHP高手,不过他是要收费的~ 他说

<?php
$newContent = preg_replace("!<table[^?>]*>.+?!is", "", $line['post_content']); 
?>

要加 is 才能全文匹配,我觉得他说得对,不过他给别个说PHP要收费的!

  1. 2008/08/06 10:01:30 by fred1982 <?php $newContent = preg_replace("!<table[^>]*>.+?</table>!is", "", $line['post_content']); ?>
  2. 2008/08/06 10:03:13 by fred1982 好像这个 pygments 的插件在程序还有点问题,又一个Bug...
  3. 2008/09/29 05:13:44 by fred@webcan.cn 我认识边缘梦~
Sign in to add a comment.