+ 4
What's the difference between \n and \r?
Not just "new line" vs "carriage return", but, what is the difference in look / visual result?
2 Antworten
+ 8
\n Unix
\r Mac
\r\n Windows and DOS.
In windows, the \n moves to the beginning of the next line. The \r moves to the beginning of the current line, without moving to the next line
+ 2
\n new line
\r carriage return