連続する複数スペースを一つスペースにする


	$str = preg_replace('/\s(?=\s)/', '', $str);