<?php $string = 'aaaaa: lorem ipsum bb: dolor sit amet ccc: no pro movet'; var_export(preg_split('/ (?=[a-z]+:)/', $string));
You have javascript disabled. You will not be able to edit any code.