什么 Python 正则表达式可以用来代替 string.replace?
以下代码将给定字符串中的所有字符替换为''
示例
import re line = 'this is a text with<[2> in between[3> and then there are instances ... where the<[43> number ranges from 0-99[76>.\ and there are many other lines in the text files \ with<[7> such tags [8>' line = re.sub(r"?\[\d+>", "", line) print line输出结果
这给出了输出
this is a text with in between and then there are instances ... where the number ranges from 0-99.and there are many other lines in the text files with such tags
热门推荐
10 小学毕业父母简短祝福语
11 幼儿生日祝福语模板简短
12 新娘妈妈的祝福语简短
13 邻居聚会祝福语大全简短
14 十条祝福语简短
15 给同学祝福语的简短
16 过年祝福语简短祝妈妈
17 祝女儿简短祝福语大全
18 恩师诗词祝福语简短大全