判断字符串是否含有英文

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

分享名称:判断字符串是否含有英文
本文路径:http://scyanting.com/article/popspg.html