hello, Can anyone tell me what they are one by one. I looked everywhere but could not see the answer. \r\n", "\n", "\\r\\n", "\\n" Thanks
\r\n" - New line on windows systems. "\n" - New line on unix systems. "\\r\\n" - Escaped windows new line character. (Displays "\r\n" instead of a new line) "\\n" - Escaped new line on unix (Displays "\n" instead of a new line)