<?php $fields = [ "hello", "new\nold", "world"]; print_r( str_replace("\n", '|', $fields) );
You have javascript disabled. You will not be able to edit any code.