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 string of text to be replaced. 将被替换的文本字串 |
2 | string | Yes | n/a | This is the string of text to replace with. 用来替换的文本字串 |
A simple search and replace on a variable.
简单的搜索和替换字符串
上一篇教材 宏博CMS网站内容管理系统 收集整理 | Smarty中文手册的主目录 | 下一篇教材 |
regex_replace[正则替换] | Smarty章节目录 | spacify[插空] |