I have built a nav menu in wordpres using a posts GUID, and post title, I am taking only part of the title and to do this I am doing the following,
$casestu
substr($v->post_title, 0, strpos($v->post_title, ':'));
Will do the job on lower version of PHP.