§ ITPOW >> 文档 >> PHP

PHP 中使用正则表达式

作者:vkvi 来源:ITPOW(原创) 日期:2017-12-17

PHP  中常用的正则表达式函数有:preg_match、preg_replace。

具体可参见这篇文章:http://php.net/manual/zh/reference.pcre.pattern.modifiers.php

相关文章