XOOPS 2.5.6
Final
|
Go to the source code of this file.
Namespaces | |
namespace | Smarty |
Functions | |
_smarty_regex_replace_check ($search) | |
smarty_modifier_regex_replace ($string, $search, $replace) | |
_smarty_regex_replace_check | ( | $search | ) |
Definition at line 35 of file modifier.regex_replace.php.
References $pos.
Referenced by smarty_modifier_regex_replace().
smarty_modifier_regex_replace | ( | $string, | |
$search, | |||
$replace | |||
) |
Smarty regex_replace modifier plugin
Type: modifier
Name: regex_replace
Purpose: regular expression search/replace regex_replace (Smarty online manual) Monte Ohrt
string | |
string|array | |
string|array |
Definition at line 23 of file modifier.regex_replace.php.
References _smarty_regex_replace_check().