php 去除所有空格和html标签(包括换行 空格  ) 正则

preg_replace("/(s| | |xc2xa0)/"""strip_tags($str))

原文地址:https://www.cnblogs.com/loweringye/p/9403915.html