XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
modifier.strip.php File Reference

Go to the source code of this file.

Namespaces

namespace  Smarty
 

Functions

 smarty_modifier_strip ($text, $replace= ' ')
 

Function Documentation

smarty_modifier_strip (   $text,
  $replace = ' ' 
)

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 strip (Smarty online manual) Monte Ohrt

Version
1.0
Parameters
string
string
Returns
string

Definition at line 26 of file modifier.strip.php.