[pcre-dev] [Bug 1380] Report match when doesn't match and vi…

Startseite
Nachricht löschen
Autor: Zoltan Herczeg
Datum:  
To: pcre-dev
Betreff: [pcre-dev] [Bug 1380] Report match when doesn't match and vice-versa
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1380

Zoltan Herczeg <hzmester@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hzmester@???





--- Comment #1 from Zoltan Herczeg <hzmester@???> 2013-08-17 09:24:51 ---
Hi, you don't need a new syntax rule for that. I recommend to use (*SKIP).

E.g: find a B if there is no A within 0..6 character before that. A pcretest
example:

re> /A.{0,6}(*SKIP)(*FAIL)|B/
data> ABBBBBB

No match
data> ABBBBBBB

0: B


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email