bug-classpath
[Top][All Lists]
Advanced

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

[Bug classpath/26166] Matcher.find mis-behaviour


From: kaz at maczuka dot gcd dot org
Subject: [Bug classpath/26166] Matcher.find mis-behaviour
Date: 8 Feb 2006 04:41:13 -0000


------- Comment #4 from kaz at maczuka dot gcd dot org  2006-02-08 04:41 -------
While playing with the gnu.regexp package these days, I wished
the day would not come so soon when the nested character class
expression such as [aaa[xyz]] is needed.

This syntax is not in Perl, but Sun's JDK introduced it.

[X[Y[^Z]]] would not be so difficult.  It is equivalent to X|Y|[^Z].
I think I can manage to do this.

But Sun's JDK introduced another syntax like [X&&[Y[^Z]]] meaning
X and (Y or not Z).  Supporting "&&" will require a serious design change.


-- 

kaz at maczuka dot gcd dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |kaz at maczuka dot gcd dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2006-02-07 22:11:21         |2006-02-08 04:41:13
               date|                            |


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





reply via email to

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