matches = re.findall(r"xxx|yyy", a_string)
text = "This is a good sentence. This is another good 1! thanks" sentences = re.findall(r"[A-Z].*?(.s|?s|!s)", text)