<?php $string = " Object One Object Two Object Three Object Four Object Five Object Six "; var_export(preg_split('~\s*\R\s*~', trim($string), -1, PREG_SPLIT_NO_EMPTY));
You have javascript disabled. You will not be able to edit any code.