Return to Snippet

Revision: 18875
at October 11, 2009 10:12 by jnbn


Initial Code
$text = preg_replace("/s(w+s)1/i", "$1", $text);

Initial URL


Initial Description


Initial Title
Remove Repeated Words

Initial Tags


Initial Language
PHP