Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^2: Multiple regexs into single combined regex using lookaheads

by mxb (Pilgrim)
on Apr 17, 2018 at 08:10 UTC ( [id://1213045]=note: print w/replies, xml ) Need Help??


in reply to Re: Multiple regexs into single combined regex using lookaheads
in thread Multiple regexs into single combined regex using lookaheads

Ahh! I see you've added .* before each match. Many thanks for the working example.

Am I correct in thinking that both lookaheads must be anchored in the same position (which is ^ in the example above?)

Because they are both anchored at the start of the string, each lookahead can match multiple of any character before the string I'm looking for (e.g. name=bob) as this allows each lookahead to 'seek' forward independently, and succeed at a different point in the string?

Replies are listed 'Best First'.
Re^3: Multiple regexs into single combined regex using lookaheads
by AnomalousMonk (Archbishop) on Apr 17, 2018 at 15:09 UTC

    In answer to your two questions: yes and yes.


    Give a man a fish:  <%-{-{-{-<

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (9)
As of 2024-04-19 13:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found