bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/26221] New: regex lookbehind not supported?


From: andy dot seaborne at hp dot com
Subject: [Bug classpath/26221] New: regex lookbehind not supported?
Date: 11 Feb 2006 10:46:21 -0000

GNU classpath from ikvm 0.24.0.1

A regular expression with a zero-width positive lookbehind does not compile:

        Pattern x = Pattern.compile("(?<=X)") ;

It seems that lookbehind isn't supported by the regex implementation.

Similarly, zero-width negative lookbehind "(?<!X)"

    Andy


-- 
           Summary: regex lookbehind not supported?
           Product: classpath
           Version: 0.20
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: classpath
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: andy dot seaborne at hp dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26221





reply via email to

[Prev in Thread] Current Thread [Next in Thread]