国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 網站 > 建站經驗 > 正文

php正則preg_!replace_callback函數用法實例

2019-11-02 14:32:30
字體:
來源:轉載
供稿:網友

   本文實例講述了php正則preg_replace_callback函數的用法。分享給大家供大家參考。具體實現方法如下:

  php正則表達式功能強大,本范例演示了preg_replace_callback函數的用法

  ?

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 // Define a dummy text, for testing... $Text = "Title: Hello world!n"; $Text .= "Author: Jonasn"; $Text .= "This is a example message!nn"; $Text .= "Title: Entry 2n"; $Text .= "Author: Sonjan"; $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 // --> ([^nr]+) $Value = $Match[2]; // --> "Hello world!" // Add some bold (<b>) tags to around the key to return '<b>' . $Key . '</b>: ' . $Value; } // The regular expression will extract and pass all "key: value" pairs to // the "RewriteText" function that is definied above $NewText = preg_replace_callback('/[rn]([a-z0-9]+): ([^nr]+)/i', "RewriteText", $Text); // Print the new modified text print $NewText;
依依電影網[www.aikan.tv/special/yiyidianyingwang/]

  希望本文所述對大家的php程序設計有所幫助。

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 自治县| 日喀则市| 栖霞市| 莱州市| 平南县| 东台市| 杂多县| 大名县| 砀山县| 景泰县| 工布江达县| 甘孜| 乌鲁木齐县| 黄浦区| 双鸭山市| 县级市| 青浦区| 石门县| 鄯善县| 白山市| 巨野县| 慈利县| 巢湖市| 蓬安县| 大理市| 志丹县| 延长县| 黄石市| 邹城市| 邳州市| 望谟县| 太康县| 和田市| 鄂托克前旗| 溆浦县| 凤山市| 新津县| 汉阴县| 新兴县| 宜兰县| 洞口县|