[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/25971] Regex problem
From: |
mark at gcc dot gnu dot org |
Subject: |
[Bug classpath/25971] Regex problem |
Date: |
26 Jan 2006 15:52:48 -0000 |
------- Comment #2 from mark at gcc dot gnu dot org 2006-01-26 15:52 -------
(In reply to comment #1)
> Ito can you take a look at this?
>
> Note that the replacing the first [^ot,]*? with just [^ot,]*? makes this test
> print true.
Sorry. I meant: replacing the first [^ot,]*? with just [^ot,]* makes this test
print true (removing the '?').
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25971