📜  php 7.3 的 preg_replace 规则 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:48.097000             🧑  作者: Mango

代码示例1
function wpFlashInsertSwf($content) {
    return preg_replace("'\[swf:(.*?)\]'ie", "stripslashes(wpFlashParseMacro('\\1'))", $content);