what\'s the fastest way to get only the important_stuff part from a string like this:
bla-bla_delimiter_important_stuff
$importantStuff = array_pop(explode('_delimiter_', $string));