Julian Foad wrote on Tue, 26 Jan 2010 at 09:35 -0000: > I tested the behaviour and confirmed that the specified pattern had to > match a whole line, so it would not be a "match anything" pattern.
Thanks for the confirmation. (I checked myself whether it should be a whole/partial line match, but the test was inconclusive.) Given that it's a whole-line match, I see the reason for the ||. Thanks, Daniel