http://nagoya.apache.org/bugzilla/show_bug.cgi?id=744

*** shadow/744  Wed Feb 28 01:08:08 2001
--- shadow/744.tmp.4632 Wed Feb 28 01:08:08 2001
***************
*** 0 ****
--- 1,26 ----
+ +============================================================================+
+ | case independent matchflag not working                                     |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 744                         Product: Regexp                  |
+ |       Status: NEW                         Version: unspecified             |
+ |   Resolution:                            Platform: PC                      |
+ |     Severity: Major                    OS/Version: Linux                   |
+ |     Priority: Medium                    Component: Other                   |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: [EMAIL PROTECTED]                                |
+ |  Reported By: [EMAIL PROTECTED]                                                 |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ I'm using V 1.1 of jakarta-regexp and the MATCH_CASEINDEPENDENT flag doesn't
+ seem to be working, not when I set it using setMatchFlags(), neither in the
+ constructor.
+ 
+ this is my regexp:
+ queryLink = new RE("href=\"?([^ ]+\\?[^
+ queryLink.setMatchFlags(RE.MATCH_CASEINDEPENDENT);
+ 
+ and I get different results depending on whether I write "href" or "HREF".
+ personally I don't find it that urgent, but it's a convenient feature.

Reply via email to