<?php

$str = 'title:hello mexico body:something #css#php #html city';
$str = preg_replace('~(?:\b(?:title|body):\S+|#\w+)\s?~u', "", $str);
echo $str;