Smarty : plugins [ class tree: Smarty ] [ index: Smarty ] [ all elements ]

Procedural File: modifier.regex_replace.php

Source Location: /bblog/smarty_plugins/modifier.regex_replace.php ( Revision Log )

Page Details

Smarty plugin

Functions
smarty_modifier_regex_replace  [line 22]

string smarty_modifier_regex_replace( string $string, string|array $search, string|array $replace  )

Smarty regex_replace modifier plugin

Type: modifier
Name: regex_replace
Purpose: regular epxression search/replace

Parameters:
string   $string: 
string|array   $search: 
string|array   $replace: 

Information Tags:
Link:  regex_replace (Smarty online manual)

[ Top ]