位置: 编程技术 - 正文
推荐整理分享PHP:eregi_replace()的用法_Regex正则函数,希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:,内容如对您有帮助,希望把文章链接给更多的朋友!
(PHP 4, PHP 5)
eregi_replace — 不区分大小写的正则表达式替换
说明 string eregi_replace ( string $pattern , string $replacement , string $string )本函数和 ereg_replace() 完全相同,只除了在匹配字母字符时忽略大小写的区别。
Example #1 高亮搜索结果
<?php$pattern='(>[^<]*)('.quotemeta($_GET['search']).')';$replacement='\1<spanclass="search">\2</span>';$body=eregi_replace($pattern,$replacement,$body);?>参见 ereg(),eregi() 和 ereg_replace()。
PHP:spliti()的用法_Regex正则函数 spliti(PHP4=4.0.1,PHP5)spliti用正则表达式不区分大小写将字符串分割到数组中说明arrayspliti(string$pattern,string$string[,int$limit=-1])用正则表达式将一个string分割成
PHP:ereg_replace()的用法_Regex正则函数 ereg_replace(PHP4,PHP5)ereg_replace正则表达式替换说明stringereg_replace(string$pattern,string$replacement,string$string)本函数在string中扫描与pattern匹配的部分,并将其替换
PHP:preg_replace()的用法_PCRE正则函数 preg_replace(PHP4,PHP5)preg_replace执行一个正则表达式的搜索和替换说明mixedpreg_replace(mixed$pattern,mixed$replacement,mixed$subject[,int$limit=-1[,int&$count]])搜索subject中匹配
标签: PHP:eregi_replace()的用法_Regex正则函数
本文链接地址:https://www.jiuchutong.com/biancheng/279881.html 转载请保留说明!友情链接: 武汉网站建设