$msg = "123456789";
$key = "5";
preg_match("/(.*?)$key/i", $msg, $res);
print_r($res);