Smarty - the compiling PHP template engine | ||
---|---|---|
上一篇教材 宏博CMS网站内容管理系统 收集整理 | Chapter 5. Variable Modifiers[变量调节器] | 下一篇教材 |
Parameter Position参数位置 | Type类型 | Required必需 | Default默认 | Description |
---|---|---|---|---|
1 | string | Yes | n/a |
This is the regular expression to be replaced. |
2 | string | Yes | n/a | This is the string of text to replace with. 用来替换的文本字串 |
A regular expression search and replace on a variable. Use the syntax for preg_replace() from the PHP manual.
寻找和替换正则表达式 .
欲使用其语法,请参考Php手册中的preg_replace()函数.
上一篇教材 宏博CMS网站内容管理系统 收集整理 | Smarty中文手册的主目录 | 下一篇教材 |
nl2br[替换\n为</br> | Smarty章节目录 | replace[替换] |