Source for file modifier.strip.php
Documentation is available at modifier.strip.php
* Smarty strip modifier plugin
* Purpose: Replace all repeated spaces, newlines, tabs
* with a single space or supplied replacement string.<br>
* Example: {$var|strip} {$var|strip:" "}
* Date: September 25th, 2002
* @link http://smarty.php.net/manual/en/language.modifier.strip.php
* strip (Smarty online manual)
/* vim: set expandtab: */
|