[pcre-dev] [Bug 1439] New: Incorrect "lookbehind assertion i…

Αρχική Σελίδα
Delete this message
Συντάκτης: GCRaistlin
Ημερομηνία:  
Προς: pcre-dev
Καινούρια Θέματα: [pcre-dev] [Bug 1439] Incorrect "lookbehind assertion is not fixed length" message
Αντικείμενο: [pcre-dev] [Bug 1439] New: Incorrect "lookbehind assertion is not fixed length" message
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1439
           Summary: Incorrect "lookbehind assertion is not fixed length"
                    message
           Product: PCRE
           Version: N/A
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Severity: bug
          Priority: medium
         Component: Code
        AssignedTo: ph10@???
        ReportedBy: gcraistlin@???
                CC: pcre-dev@???



Regexp:
((?<= ([iI]))|(?<=^\2))f+
returns the specified error. I believe it's incorrect because \2 is referenced
to the group ([iI) which length is fixed to 1.


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