Return to Snippet

Revision: 30936
at August 25, 2010 23:15 by barbelith


Initial Code
preg_replace('/\s\s+/', ' ', $str);

Initial URL

                                

Initial Description

                                

Initial Title
Replace whitespace with spaces

Initial Tags

                                

Initial Language
PHP