Showing posts with label Snippets. Show all posts
Showing posts with label Snippets. Show all posts

Thursday, October 25, 2012

Java: Split string by newline

String lines[] = currentValue.split("\\r?\\n");