[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug awt/25812] New: gnu.regex: support for (?<=X), (?<!X), (?>X) wante
From: |
kaz at maczuka dot gcd dot org |
Subject: |
[Bug awt/25812] New: gnu.regex: support for (?<=X), (?<!X), (?>X) wanted |
Date: |
16 Jan 2006 22:30:15 -0000 |
See the comments of Bug #22943.
Suns API doc says the following patterns should be supported.
(?<=X) X, via zero-width positive lookbehind
(?<!X) X, via zero-width negative lookbehind
(?>X) X, as an independent, non-capturing group
--
Summary: gnu.regex: support for (?<=X), (?<!X), (?>X) wanted
Product: classpath
Version: unspecified
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: awt
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: kaz at maczuka dot gcd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25812
- [Bug awt/25812] New: gnu.regex: support for (?<=X), (?<!X), (?>X) wanted,
kaz at maczuka dot gcd dot org <=