java string split on newline character code example Example: split by new line java String lines[] = string.split("\\r?\\n");