Today must have been the first time in a long while that I wanted to match regular expressions across multiple lines. At least long enough that I forgot the following:
By default the dot in regular expressions does not include newlines.
(At least not in many languages, my example being Java.)
[Read More]