RELATEED CONSULTING
相关咨询
选择下列产品马上在线沟通
服务时间:8:30-17:00
你可能遇到了下面的问题
关闭右侧工具栏

云南昆明网站维护公司

昆明网站建设、网站设计制作、网站运营维护常见知识介绍
判断字符串是否含有英文
        if re.search('[a-z]',creator):
            creator = creator.replace("、", ';').replace(",", ';').replace(";;;;;", ';').replace(";;;;", ';').replace(";;;", ';').replace(";;", ';').replace("'", '"').strip()
            print (creator)

分享名称:判断字符串是否含有英文
文章起源:http://www.bdklh.com/article/popspg.html