字符串搜索和匹配,re.compile() 编译正则表达式字符串,然后使用match() , findall() 或者finditer() 等方法
Python: 正则表达式
Pandas - 如何在字符串中提取左边的一系列字符
用lambda函数替换for循环