Replace one or multiple new lines with one space: $output = preg_replace('/\n\r+/', ' ', $input);. Find more about regular expressions at.
確定! 回上一頁