#!python
p = re.compile(r'("b"w+)"s+"1')p.search('Paris in the the spring').group()
p = re.compile(r'("b"w+)"s+"1')
p.search('Paris in the the spring').group()
'the the'
能不能解释下这个表达式,我看不懂,文章里面也没有写。。。,谢谢大家
这个正则表达式不正确吧,结果也不是不输出的啊
寻找连续的重复的单词