You need to use two flags in your regexp function: re.IGNORECASE and re.MULTILINE. What should you write instead of the dots? Put only this part in the answer box.
result = re.findall(pattern, string, flags= ... ) You need to use two flags in your regexp function: re.IGNORECASE and re.MULTILINE. What should you write instead of the dots? Put only this part in the answer box.
result = re.findall(pattern, string, flags= ... ) Create a free account to access the full topic