一段PHP的preg_replace正则替换代码求优化更好的。多谢大家
程序员文章站
2022-06-11 20:03:02
...
一段PHP的preg_replace正则替换代码求优化更好的。谢谢大家
$text1 =
'
';
$test2 = 'echo preg_replace($pattern, $test2, $text1);
我用了$pattern = '/各位高手帮我优化下谢谢。
------解决方案--------------------
$text1 =
'
123345
';
$test2 = 'echo preg_replace($pattern, $test2, $text1);
我用了$pattern = '/各位高手帮我优化下谢谢。
------解决方案--------------------
$pattern = '/$pattern = '#
str_replace('src="/','src="http://www.qq.com/',$text1);
相关文章
相关视频