Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Finding match offsets of named captures in 5.10 regex

by Anonymous Monk
on Mar 03, 2010 at 18:21 UTC ( [id://826486]=note: print w/replies, xml ) Need Help??


in reply to Finding match offsets of named captures in 5.10 regex

Obviously not a universal solution, but may be insertion of a (?{ code }) block could be helpful:

$_ = 'I am sample'; while (m/(?<be>am)(?{say pos})/ig) { say $+{be}; }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (6)
As of 2024-04-25 08:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found