如何替换一段字符串中的文字

用正则中的re.sub方法。

# re.sub(pattern, replaced, string)
import re
re.sub(“\d”,"",string)
# 将字符串中的数字都去掉
posted @ 2018-03-07 12:02  bingo彬哥  阅读(725)  评论(0编辑  收藏  举报
本站总访问量