Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: reset named capture buffer within regex

by LanX (Saint)
on Nov 22, 2012 at 18:45 UTC ( [id://1005171]=note: print w/replies, xml ) Need Help??


in reply to reset named capture buffer within regex

> WITHOUT consuming any character of my match target.

I don't fully understand what you are doing, just a hint:

The position will not be altered if you try an "impossible" match within a look-ahead or look-behind.

So you maybe wanna try something like (?=(?<name> ... ))?

HTH!

Cheers Rolf

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-04-25 13:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found