Replacing multiple spaces with a single space simple single line of php code: $output = preg_replace('/\s+/', ' ', $input);.
確定! 回上一頁