I'm confused with what is the correct way to break lines.
I read somewhere that windows use \r\n to break lines, but this two codes produce the same
regex.split(sometext, "\r\n");
regex.split(sometext, "\n");
What it is the correct way?, these expressions always produce the same?
Regex.Split. Next, you could provide more details - do you need to preserve empty lines? Where does the data come from? – Kobi Apr 7 '11 at 15:23:)– Kobi Apr 7 '11 at 15:26