Python正则表达re模块之findall()函数详解 Python正则表达re模块之findall()函数详解一、re.findall函数介绍 它在re.py中有定义: def findall(pattern, string, flags=0):