Javascript string remove all line breaks using replace() and RegExp ... let stringWithoutLineBreaks = dummyString.replace(/(\r\n|\n|\r)/gm, '').
確定! 回上一頁