/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.

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

Documentation generated on Sun, 07 Feb 2010 17:54:00 +0000 by phpDocumentor 1.4.0