<?php $string = "one two three four five"; var_export( preg_split('/.*\K /', $string) );
You have javascript disabled. You will not be able to edit any code.