<?php $text = 'My new project 2015'; echo preg_replace('/[a-z]\K[a-z]* /i', '', $text);
You have javascript disabled. You will not be able to edit any code.