Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: regex gotcha moving from 5.8.8 to 5.30.0?

by swl (Parson)
on Feb 10, 2021 at 21:37 UTC ( [id://11128198]=note: print w/replies, xml ) Need Help??


in reply to Re: regex gotcha moving from 5.8.8 to 5.30.0?
in thread regex gotcha moving from 5.8.8 to 5.30.0?

Just a guess, but the delta for 5.20 includes this entry:

Executing a regex that contains the ^ anchor (or its variant under the /m flag) has been made much faster in several situations.

https://metacpan.org/pod/release/RJBS/perl-5.20.0/pod/perldelta.pod#Performance-Enhancements

Maybe that enhancement has some side effects triggered by the \s* ^ \s* patterns in the regexps.

Are you able to test what happens in pre-5.20 if these patterns are changed to \s*?

Edit - I should have asked for what happens either side of 5.20.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (2)
As of 2024-04-26 07:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found