Home  >  Article  >  Backend Development  >  正则不会 求解决解决办法

正则不会 求解决解决办法

WBOY
WBOYOriginal
2016-06-13 13:36:50695browse

正则不会 求解决
怎么用正则删除网页的head 和 foot部分
页面是生成的  

或者有其他方法 删除网页的head 和 foot部分 请赐教

------解决方案--------------------
删除掉

以外的部分?
来个范例.
------解决方案--------------------
若是这样:你可以试一下:
PHP code

$string = '<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta content="正则不会 求解决 PHP 基础编程" name="Keywords"><meta content="怎么用正则删除网页 head 和 foot部分 页面是生成 或者有其他方法 删除网页 head 和 foot部分 请赐教" name="description"><title>正则不会  求解决 - PHP / 基础编程</title><link href="http://c.csdn.net/bbs/t/5/t5.css" rel="stylesheet" type="text/css">dsgfdg<br><foot> <span style="color:red">dsgfdg</span></foot>';
$pattern = '/(<head.>.*)|(<foot.>.*)/i';
print preg_replace($pattern, '', $string); <div class="clear">
                 
              
              
        
            </div></foot.></head.>
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn