in reply to Log regexp
in your regex (which is supposed to match the timezone within the timestamp) is failing to match the leading space of:\+(\d{4})
in your actual string.<SPACE>+0200
Damian
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Log regexp
by kazak (Beadle) on Aug 06, 2012 at 09:21 UTC |