FMERegex
Return all non-overlapping matches in string, as a list of str. The string is scanned left-to-right, and matches are returned in the order found.
inputString (str) – Input string to match.
list[str]
A list of matching strings.