Bug 10718 - 'eagerness' of expression matching in perl5 emmulator
Summary: 'eagerness' of expression matching in perl5 emmulator
Status: CLOSED INVALID
Alias: None
Product: ORO
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.0.6
Hardware: PC All
: P3 enhancement (vote)
Target Milestone: ---
Assignee: Jakarta Notifications Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-12 00:03 UTC by paul stanton
Modified: 2005-03-20 17:06 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description paul stanton 2002-07-12 00:03:42 UTC
Hi. This is not a bug. just wondering if there is a way to set the Perl5Matcher 
to find the shortest possible match to an expression rather then the longest.
eg:
if have a string acbdb and an expression a(.*)b
the match i get is obviously acbdb and not acb. 

is there a way to configure one of the objects to do what i want or do i have 
to use a[^b]*b?
Comment 1 Daniel F. Savarese 2002-07-12 01:00:33 UTC
This is not a proper use of the bug reporting system.  Please submit your
question to the oro-user list where it will be promptly answered.  See
http://jakarta.apache.org/site/mail.html to learn how to subscribe.
Comment 2 Daniel F. Savarese 2002-07-12 01:00:56 UTC
Not a bug.