/plugins/builtin/functions/whitespace.php

Description

Replaces all white-space characters with the given string

  * value : the text to process
  * with : the replacement string, note that any number of consecutive white-space characters will be replaced by a single replacement string
Example :

  1.  {"a    b  c        d
  2.  
  3.  e"|whitespace}
  4.  
  5.  results in a b c d e

This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.

This file is released under the LGPL "GNU Lesser General Public License" More information can be found here: http://www.gnu.org/copyleft/lesser.html

Functions
Dwoo_Plugin_whitespace_compile (line 35)
void Dwoo_Plugin_whitespace_compile (Dwoo_Compiler $compiler,  $value, [ $with = ' '])

Documentation generated on Sun, 07 Sep 2008 23:58:00 +0200 by phpDocumentor 1.4.0