Ejemplo n.º 1
0
 function strip($s)
 {
     return preg_replace("{\\s+}si", " ", str::unhtmlentities(preg_replace_callback("{(<[^>]+>)|(</[^>]+>)}si", array("MailGrabber", "_cb_strip"), $s)));
 }