码迷,mamicode.com
首页 > 编程语言 > 详细

python正则在linux和windows的区别

时间:2018-01-17 12:31:14      阅读:198      评论:0      收藏:0      [点我收藏+]

标签:区别   python   text   ext   不能   sub   lin   window   正则   

windows:
text = re.sub(‘本题[&\^]{0,4}分数[*\^&]{0,4}\d+?[*\^&]{0,4}分|【\^?独家提供\^?QQ905363546】\^?!‘, ‘‘, text)
Linux:
text = re.sub(‘本题[&\^]{0,4}分数[\^&]{0,4}\d+?[\^&]{0,4}分|【\^?独家提供\^?QQ905363546】\^?!‘, ‘‘, text)

\^不能单独放在 [ ]前面

python正则在linux和windows的区别

标签:区别   python   text   ext   不能   sub   lin   window   正则   

原文地址:http://blog.51cto.com/11732546/2061977

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