• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • Examples
  • File List

E:/E/GEAMP/www/openbiz/openbiz/others/Smarty/libs/plugins/modifier.strip.php

00001 <?php
00026 function smarty_modifier_strip($text, $replace = ' ')
00027 {
00028     return preg_replace('!\s+!', $replace, $text);
00029 }
00030 
00031 /* vim: set expandtab: */
00032 
00033 ?>

Generated on Thu Apr 19 2012 17:01:16 for openbiz by  doxygen 1.7.2