| Recommend this page to a friend! |
| Packages of Michael Beck | Xoops 2.5 | htdocs/xoops_lib/vendor/smarty/smarty/docs/designers/language-modifiers/language-modifier-replace.md | Download |
|
|||||||||||||||||||||
replaceA simple search and replace on a variable. This is equivalent to the
PHP's Basic usage
Parameters| Parameter Position | Type | Required | Description | |--------------------|--------|----------|---------------------------------------------| | 1 | string | Yes | This is the string of text to be replaced. | | 2 | string | Yes | This is the string of text to replace with. | Examples
Where template is: Will output:
See also |