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)
* @author Monte Ohrt <monte@ispi.net>
/* vim: set expandtab: */
Documentation generated on Mon, 25 Jun 2007 14:03:31 -0400 by phpDocumentor 1.3.2. PEAR Logo Copyright © PHP Group 2004.
|