<?php $string = "Name|name Last|f_name "; print_r(preg_split('/\R/', $string, -1, PREG_SPLIT_NO_EMPTY));
You have javascript disabled. You will not be able to edit any code.