Return to Snippet

Revision: 34603
at October 26, 2010 03:35 by newsok


Initial Code
$text = preg_replace("/.+/i", ".", $text);

Initial URL


Initial Description


Initial Title
Remove repeated punctuation

Initial Tags


Initial Language
PHP