最終更新:2022-05-16 (月) 16:40:19 (708d)  

re.findall
Top / re.findall

Return all non-overlapping matches of pattern in string, as a list of strings or tuples. The string is scanned left-to-right, and matches are returned in the order found. Empty matches are included in the result.

https://docs.python.org/3/library/re.html#re.findall