php删除/替换,html/string中的href/anchor/link,使用preg_replace的正则表达式
作者:jao 发布于:2012-12-16 0:19 分类:PHP教程
替换html的href中所有anchor1 |
/* |
2 |
* DO NOT USE THE PATTERN STRING DIRECTLY IN 'preg_match()' !!!! |
3 |
* |
4 |
*/ |
5 |
$pattern = '/(?<=href\=")[^]]+?(?=")/' ; |
6 |
$replacedHrefHtml = preg_replace( $pattern , $replacement , $html ); |
7 |
|
我的主页统计
- 建站日期:2012-11-26