python正则表达式 re (二)findall与finditer
re.findall 定义: 找到 RE 匹配的所有子串,并把它们作为一个列表返回。这个匹配是从左到右有序地返回。如果无匹配,返回空列表。原型: re.findall(pattern, string, flags=0) re.findall(“a”,”bcdef”) []这里“bcdef”字符串没有re的匹配项,返回列表为空。 re.findall(r”\d+”,”12a32