XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
modifier.regex_replace.php File Reference

Go to the source code of this file.

Namespaces

namespace  Smarty
 

Functions

 _smarty_regex_replace_check ($search)
 
 smarty_modifier_regex_replace ($string, $search, $replace)
 

Function Documentation

_smarty_regex_replace_check (   $search)

Definition at line 35 of file modifier.regex_replace.php.

References $pos.

Referenced by smarty_modifier_regex_replace().

Here is the caller graph for this function:

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

Parameters
string
string|array
string|array
Returns
string

Definition at line 23 of file modifier.regex_replace.php.

References _smarty_regex_replace_check().

Here is the call graph for this function: