/m flag
That would be nice to have a /m (multiline) flag like in original sed
Unfortunately, there is no (at least I haven't found one) way to match multiline with .*
so I have to place \n. That is not as natural and obvious as could be, so, /m flag would be handy