php replace two spaces with one code example Example: php replace two spaces with one $output = preg_replace('!\s+!', ' ', $input);