preg_replace_callback函数如何在php中使用-创新互联

preg_replace_callback函数如何在php中使用?很多新手对此不是很清楚,为了帮助大家解决这个难题,下面小编将为大家详细讲解,有这方面需求的人可以来学习下,希望你能有所收获。

创新互联成立于2013年,我们提供高端成都网站建设网站制作成都网站设计公司、网站定制、成都营销网站建设微信平台小程序开发、微信公众号开发、seo优化排名服务,提供专业营销思路、内容策划、视觉设计、程序开发来完成项目落地,为PVC花箱企业提供源源不断的流量和订单咨询。

php正则表达式功能强大,本范例演示了preg_replace_callback函数的用法


// Define a dummy text, for testing...
$Text = "Title: Hello world!\n";
$Text .= "Author: Jonas\n";
$Text .= "This is a example message!\n\n";
$Text .= "Title: Entry 2\n";
$Text .= "Author: Sonja\n";
$Text .= "Hello world, what's up!\n";
// This function will replace specific matches
// into a new form
function RewriteText($Match){
  // Entire matched section: 
  // --> /.../
  $EntireSection = $Match[0];
  // --> "\nTitle: Hello world!"
  // Key 
  // --> ([a-z0-9]+)
  $Key      = $Match[1];
  // --> "Title"
  // Value 
  // --> ([^\n\r]+)
  $Value    = $Match[2];
  // --> "Hello world!"
  // Add some bold () tags to around the key to
  return '' . $Key . ': ' . $Value;
}
// The regular expression will extract and pass all "key: value" pairs to
// the "RewriteText" function that is definied above
$NewText = preg_replace_callback('/[\r\n]([a-z0-9]+): ([^\n\r]+)/i', "RewriteText", $Text);
// Print the new modified text
print $NewText;

看完上述内容是否对您有帮助呢?如果还想对相关知识有进一步的了解或阅读更多相关文章,请关注创新互联行业资讯频道,感谢您对创新互联网站建设公司,的支持。


文章题目:preg_replace_callback函数如何在php中使用-创新互联
文章链接:http://bzwzjz.com/article/ejjio.html
Copyright © 2007-2020 广东宝晨空调科技有限公司 All Rights Reserved 粤ICP备2022107769号
友情链接: 成都网站建设 网站建设 网站建设 成都网站设计 成都响应式网站建设 成都网站设计 高端品牌网站建设 网站建设方案 成都h5网站建设 阿坝网站设计 重庆网站设计 成都品牌网站建设 网站制作 营销型网站建设 手机网站制作 定制网站建设多少钱 网站设计 定制网站设计 网站建设方案 营销型网站建设 成都网站建设公司 成都网站建设