判断字符串是否含有英文

        if re.search('[a-z]',creator):
            creator = creator.replace("、", ';').replace(",", ';').replace(";;;;;", ';').replace(";;;;", ';').replace(";;;", ';').replace(";;", ';').replace("'", '"').strip()
            print (creator)

文章标题:判断字符串是否含有英文
分享路径:http://pcwzsj.com/article/popspg.html