php 中preg_replace执行一个正则表达式的搜索和替换
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 中preg_replace执行一个正则表达式的搜索和替换相关的知识,希望对你有一定的参考价值。
preg_replace ( mixed $pattern , mixed $replacement , mixed $subject [, int $limit = -1 [, int &$count ]] )
在subject
中搜索pattern
, 以replacement
进行替换。
以上是关于php 中preg_replace执行一个正则表达式的搜索和替换的主要内容,如果未能解决你的问题,请参考以下文章
PHP中使用正则表达式详解 preg_match() preg_replace() preg_mat
PHP 删除/替换 - href / anchor / link - 在html / string中 - preg_replace - php - regex - 正则表达式
php正则替换函数-----preg_replace ( mixed $pattern , mixed $replacement , mixed $subject [, int $limit = -1