<?php $string = "Buddy you're a boy make a big noise Playin in the stre"; var_export( preg_replace('/.*\K .*/', '', $string) );
You have javascript disabled. You will not be able to edit any code.