Function smarty_modifiercompiler_strip
Smarty strip modifier plugin
Type: modifier
Name: strip
Purpose: Replace all repeated spaces, newlines, tabs with a single space or supplied replacement string.
Example: {$var|strip} {$var|strip:" "}
Date: September 25th, 2002
Package: Smarty\PluginsModifierCompiler
Author: Uwe Tews
Link: strip (Smarty online manual)
Located at plugins/smarty/smarty_source/plugins/modifiercompiler.strip.php
Author: Uwe Tews
Link: strip (Smarty online manual)
Located at plugins/smarty/smarty_source/plugins/modifiercompiler.strip.php
array |
$params |
parameters |
string
|
with compiled code |