/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 Sat, 18 Jul 2009 21:05:25 +0200 by phpDocumentor 1.4.0