The best way to split a string by new line character using regular expression. You can match the new line with this regex "\r?\n". ?
確定! 回上一頁