我想在我的项目中到处替换表达式。所以我使用结构替换...但是当我指定替换模式时出现错误:
Unsupported Replacement Pattern : Partial and expression patterns are not supported
这是我的搜索模板:
$_COOKIE[$Index$]
这是我的替换模板:
my_function($_COOKIE[$Index$])
谢谢您的帮助 ;)
我想在我的项目中到处替换表达式。所以我使用结构替换...但是当我指定替换模式时出现错误:
Unsupported Replacement Pattern : Partial and expression patterns are not supported
这是我的搜索模板:
$_COOKIE[$Index$]
这是我的替换模板:
my_function($_COOKIE[$Index$])
谢谢您的帮助 ;)