211206-0353 Python multiline regexes
In python, when doing regex on a multiline string:
re.MULTILINEmakes^and$match on each line, not just begin/end of entire string.re.DOTALLmakes.match newline (by default it doesn’t).
Nel mezzo del deserto posso dire tutto quello che voglio.