Python正则r'\s+'与r'(\s+)'的区别 - SegmentFault
python正则表达式re.findall(r"\b\w+\b", s)中的r是什么意思?
python 正则表达式 \bs*.\Se\b与\bs\S*?e\b的含义解释_百度知道
Python与R的区别与联系 - sanqima的专栏 - 博客频道 - CSDN.NET
Python正则匹配r'\s+'与r'(\s+)'两种方法有何不同 - 玩蛇网
在python的正则表达式中例题中pattern = re.compile(r'..._百度知道
Python正则表达式指南 - AstralWind - 博客园
python字符串前缀 u和r的区别-刘一痕-ChinaUnix博客