[pcre-dev] [Bug 1076] New: \b does not work with \)

Top Page
Delete this message
Author: Eldar Kleiner
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 1076] New: \b does not work with \)
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1076
           Summary: \b does not work with \)
           Product: PCRE
           Version: 8.10
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: bug
          Priority: high
         Component: Code
        AssignedTo: ph10@???
        ReportedBy: eldarkl@???
                CC: pcre-dev@???



Example:

re) /\btest\b/
data) aaa test aaa
0: test

re) /\btest\)\b/
data) aaa test) aaa
No match


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