码迷,mamicode.com
首页 > 其他好文 > 详细

判断字符串是否含有英文

时间:2019-08-19 15:58:16      阅读:92      评论:0      收藏:0      [点我收藏+]

标签:tor   判断   判断字符串   英文   replace   字符串   rip   str   ace   

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

判断字符串是否含有英文

标签:tor   判断   判断字符串   英文   replace   字符串   rip   str   ace   

原文地址:https://blog.51cto.com/14265660/2430706

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!