python regex find all occurrences of a pattern code example Example: find all regex matches python matches = re.findall(r"xxx|yyy", a_string)