我正在用 php 制作一个简单的模板系统。
如果我有一个名为 $var 的变量,我希望将 [var] 替换为 $var 的值。但我希望它可以与方括号中的任何内容一起使用。谁能为此给我一个 Preg_Replace ?
Althought NOT a solution, you might want to start with:
http://ca.php.net/manual/en/function.preg-replace.php
And then read:
http://www.regular-expressions.info/
Have fun