首页 >后端开发 >php教程 >正则有关问题求教

正则有关问题求教

WBOY
WBOY原创
2016-06-13 10:28:45690浏览

正则问题求教
我想把字符串中的title内容找出来,该怎么弄?下面code是我写得,但不行..

PHP code
<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--><?php $regex='/<title>[\s\S]*?/';$str='aaa<title>bbbbbb</title>ccccccccc';$result=array();preg_match($regex,$str,$result);print_r($result);?>


------解决方案--------------------
$regex='/([\s\S]*?)/';<br><font color="#e78608">------解决方案--------------------</font><br>$regex='/<title>.*?/';<div class="clear"> </div>
声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
上一篇:PHP Redis种下一篇:php 稿件分页