<?php $source = [ <<<'EOD' \n EOD , <<<'EOD' \\n EOD , <<<'EOD' \\\n EOD ]; var_dump(preg_replace('~\\\\.(*SKIP)(?<=n)~', "\n", $source));
You have javascript disabled. You will not be able to edit any code.