I am trying to match:
The six sided die rolls out onto the ground and the result is... 1
The six sided die rolls out onto the ground and the result is... 5
Why won't this work?
^The six sided die rolls out onto the ground and the result is\.\.\. (\d)\nThe six sided die rolls out onto the ground and the result is\.\.\. (\d)\z
I remember now why the example is wrong. Initially multi-line triggers put a newline *between* lines but not after the final line. That was when I wrote the example. However that made it hard to match on (line A|line B) both of which might end in a newline. So now there is a final newline, which you have to put in the regexp.
I have reworked the other examples on that help screen as well to make them work.
Yes, perfectly. They do require that I open the fonts dialog and click ok for every world then save, but that's not too much of a hassle. I suppose I could use sed to do it on them all at once.