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 wa-system/vendors/smarty3/plugins/modifiercompiler.strip.php
Author: Uwe Tews
Link: strip (Smarty online manual)
Located at wa-system/vendors/smarty3/plugins/modifiercompiler.strip.php
array |
$params |
parameters |
mixed |
$compiler |
string
|
with compiled code |