我正在寻找类似于python中的TRIM(),但是.strip()并没有做到这一点。\xc2\xa0'
'Elvis Presley made his film debut in this tale of three brothers who, False
我将如何完成上面的工作--在文本的边缘修剪所有空格字符--我可以得到s.trim() == s2.trim() (除了做s.strip('\xc2\xa0</e
为了开始比较我的解决方案和其中一种替代方案的速度,例如pyparsing,我决定使用字符串方法replace测试\xa0的替换。codec can't decode byte 0xa0 in position 0: ordinal not in range(128)s=unicodestring.replace('\xa0','')s=unicodestring.replace(r'\xa0