Home >Backend Development >PHP Tutorial > 求正则示例。解决办法

求正则示例。解决办法

WBOY
WBOYOriginal
2016-06-13 13:15:59745browse

求正则示例。
rt

------解决方案--------------------
$pattern = '/^(\/\*).*(\*\/)$/i';
$data = '/* test */';
$data = preg_replace($pattern, '\1\2', $data);

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
Previous article: .htaccess的伪静态规则 Next article: mysql查询种