[pcre-dev] [Bug 1380] Report match when doesn't match and vice-versa

2013-08-26 Thread Philip Hazel
--- You are receiving this mail because: --- You are on the CC list for the bug. http://bugs.exim.org/show_bug.cgi?id=1380 Philip Hazel p...@hermes.cam.ac.uk changed: What|Removed |Added

[pcre-dev] [Bug 1380] Report match when doesn't match and vice-versa

2013-08-17 Thread Zoltan Herczeg
--- You are receiving this mail because: --- You are on the CC list for the bug. http://bugs.exim.org/show_bug.cgi?id=1380 --- Comment #2 from Zoltan Herczeg hzmes...@freemail.hu 2013-08-17 20:59:53 --- Ooops, I forgot that another A can be in the input stream: re

Re: [pcre-dev] [Bug 1380] Report match when doesn't match and vice-versa

2013-08-17 Thread Zoltán Herczeg
Hi, How would you make a pattern to extract lines that violate the format? This should be really easy using negative assertions. E.g: a line must match /^PATTERN$/ (non-multiline match). A non-matching line can be listed as: /^(?!PATTERN$).*/ Regards, Zoltan -- ## List details at

[pcre-dev] [Bug 1380] Report match when doesn't match and vice-versa

2013-08-17 Thread Sorin
--- You are receiving this mail because: --- You are on the CC list for the bug. http://bugs.exim.org/show_bug.cgi?id=1380 --- Comment #3 from Sorin sx...@yahoo.com 2013-08-18 03:44:34 --- Hi, Cannot say yes or no yet, sorry. I'm only creating and submitting regexes, the actual