Bug 23475 - RE.match(string, RE.MATCH_MULTILINE) does not match first 2 chars
Summary: RE.match(string, RE.MATCH_MULTILINE) does not match first 2 chars
Status: CLOSED DUPLICATE of bug 23476
Alias: None
Product: Regexp
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: Sun Solaris
: P3 normal (vote)
Target Milestone: ---
Assignee: Jakarta Notifications Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-29 09:22 UTC by Andreas Leimbacher
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Leimbacher 2003-09-29 09:22:10 UTC
String resrc="Location: ";
String data="Location: /cookie-check?";

RE re = new RE(reSrc);
if(!re.match(data, RE.MATCH_MULTILINE)) {  // returns false !!!


}
Comment 1 Andreas Leimbacher 2003-09-29 09:32:12 UTC

*** This bug has been marked as a duplicate of 23476 ***