网站更新内容:请访问: https://bigdata.ministep.cn/

python的字符串string文本text格式化处理

处理格式如下:

    content = re.sub('\s+', '', str(content)).strip()
    content = re.sub(r'\\r\\n','',content).strip()
    content = re.sub(r"'',",'',content).strip()
    content = re.sub(r"','",'',content).strip() 
    content = content.replace(' ','')
    items = content.split(';')
posted @ 2021-02-24 12:03  ministep88  阅读(629)  评论(0编辑  收藏  举报
网站更新内容:请访问:https://bigdata.ministep.cn/