判断字符串是否含有英文

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

网站题目:判断字符串是否含有英文
网页链接:http://azwzsj.com/article/popspg.html