How to search multiple lines with Python?
Often you will want to search for words or phrase in the entire paragraph and here is the python regular expression code which will do that. We use the re.M flag which will search the entire paragraph for the match words. Now let us try out the program above… …which will then display the following…