<?php $text = <<<TEXT aa\nbb\n"cc\ndd" TEXT; var_export(preg_split('~"[^"]*"(*SKIP)(*FAIL)|\n~', $text));
You have javascript disabled. You will not be able to edit any code.