smarty_modifiercompiler_strip()
smarty_modifiercompiler_strip(array $params) : string
Smarty strip modifier plugin Type: modifier<br> Name: strip<br> Purpose: Replace all repeated spaces, newlines, tabs with a single space or supplied replacement string.<br> Example: {$var|strip} {$var|strip:" "}<br> Date: September 25th, 2002
Parameters
array | $params | parameters |
Returns
string —with compiled code