<?php $text = "The Quick : Brown Fox Jumped Over The Lazy / Dog"; $halfWay = (int)(strlen($text) / 2); var_export( preg_split( '~.{0,' . $halfWay . '}\K\s~s', $text, 2 ) );
You have javascript disabled. You will not be able to edit any code.