Re: [问题] 请问一解法...

楼主: Czero (悠闲)   2015-07-20 22:52:58
再请教一下 ,
alist = ['年\月\xa0哈囉' , 'a(bc' , '[def']
r = re.compile('[\u4e00-\u9fa5_a-zA-Z0-9]+(?!\\)')
list_new = list(filter(r.match, alist))
print(list_new)
这样的写法(?!\\) 应该是指不包含'\'不是吗 ?
但执行上会有问题!
作者: CindyLinz (Cindy Wang)   2015-07-21 16:20:00
你用 '...' 这种字串型式装 regex, 应该要写 \\\\

Links booklink

Contact Us: admin [ a t ] ucptt.com