求内容去掉链接
如下内容
这个数字想必让很多妈妈们都无比惊讶。快来看看看秘诀>>>-[-/a>
<a href="http://www.csdn.com" target="_blank"-]-<span style="color: #ff0000">快来看<a href='http://www.jianfei.com' target='_blank'><u>看看</u></a>秘诀>>></span>-[-/a> <br><font color="#e78608">------解决方案--------------------</font><br>完全没看懂 <br><font color="#e78608">------解决方案--------------------</font><br>
$result = preg_replace('/<a[^>]*-\]-.+-\[-\/a>/','',$content); $result = preg_replace('/<a[^>]*>.+<\/a>/','',$result); echo $result; <br><font color="#e78608">------解决方案--------------------</font><br>
$s = <<< TXT <a href="http://www.csdn.com" target="_blank"-]-快来看<a href='http://www.a.com'><u>看看</u></a>-[-/a></p><br> TXT; echo preg_replace('/(?:-\]-)(.+)(?:-\[-)/e', 'strip_tags("$0")', $s); <div class="clear"> </div>