判断字符串是否含有英文
if re.search('[a-z]',creator):
creator = creator.replace("、", ';').replace(",", ';').replace(";;;;;", ';').replace(";;;;", ';').replace(";;;", ';').replace(";;", ';').replace("'", '"').strip()
print (creator)
文章名称:判断字符串是否含有英文
转载注明:http://xdwzjz.cn/article/popspg.html