preg_replace("/(\s|\ \;| |\xc2\xa0)/", "", strip_tags($str))
preg_replace(
"/(\s|\ \;| |\xc2\xa0)/"
,
""
strip_tags
(
$str
))