In this video I give an overview on how to find all occurences of a substring across multiple lines in python using regular expressions. I also showcase common misconceptions regarding python's re (regex) library. The goal is for the viewer to grasp how python processes strings and ultimately why the suggested command works.