Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^2: look-ahead greed changed between perl releases?

by raygun (Scribe)
on May 06, 2014 at 18:15 UTC ( [id://1085217]=note: print w/replies, xml ) Need Help??


in reply to Re: look-ahead greed changed between perl releases?
in thread look-ahead greed changed between perl releases?

So that overrides the greediness precept? The perlre document isn't clear on this, so I wasn't sure which behavior was considered correct.

I no longer have a 5.12.4 handy either: I discovered this issue after upgrading perl and finding my code was no longer working as it had before. Was this a bug in a 5.12.4? I can't find anything in the perl*delta docs that lead me to believe this is an intentional behavior change.

  • Comment on Re^2: look-ahead greed changed between perl releases?

Replies are listed 'Best First'.
Re^3: look-ahead greed changed between perl releases?
by sn1987a (Deacon) on May 06, 2014 at 18:29 UTC

    No, it does not override the greediness. The regexp still matches that longest string. But this is just a look ahead. Once the match/substitution is made, the regexp engine starts searching again after the first character matched.

    amon below has a great graphical view of what is happening (Re: look-ahead greed changed between perl releases?).

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1085217]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (12)
As of 2024-04-23 14:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found