Return to Snippet

Revision: 34602
at October 26, 2010 03:34 by newsok


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

Initial URL

                                

Initial Description

                                

Initial Title
Remove repeated words (case insensitive)

Initial Tags

                                

Initial Language
PHP