On 25 March 2014 12:02, Mike Holmes <email address hidden> wrote:
> Your test implies that python regex should work, let my try my snippet with
> your test, I expect it to pass your test also.
hmm, no. When the regexp string is incorrect (invalid expression) you
get the python exception on the line with re. When it's a valid
expression but doesn't match anything in your log, you get empty
output.
On 25 March 2014 12:02, Mike Holmes <email address hidden> wrote:
> Your test implies that python regex should work, let my try my snippet with
> your test, I expect it to pass your test also.
hmm, no. When the regexp string is incorrect (invalid expression) you
get the python exception on the line with re. When it's a valid
expression but doesn't match anything in your log, you get empty
output.