I've seen many developers use different methods to split a string by new lines, but i'm confused which is the correct: \r\n OR \n only?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||||||||||||||
|
|
If you are programming in PHP, it is useful to split lines by
|
|||
|
|
|
For php, \n should work for you! |
|||
|
|

\n\r. It's usually\r\nif they're using two. – icktoofay Jan 28 '11 at 3:40