php remove extra spacesCristi DraghiciAugust 25, 2014Programming Removing multiple spaces inside a string can be done in PHP using some simple code: preg_replace("/s+/", " ", $string);Code language: PHP (php) Tags# hidden# php Previous Post Wordpress - make all images inside a post links Next Post Set internal encoding to UTF-8 for php