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

Re^2: How do I avoid double substitution when replacing many patterns?

by bart (Canon)
on Jan 21, 2007 at 07:51 UTC ( [id://595736]=note: print w/replies, xml ) Need Help??


in reply to Re: How do I avoid double substitution when replacing many patterns?
in thread How do I avoid double substitution when replacing many patterns?

Replace $1 ||$2 with $+. That'll contain the value of the last capture that actually matched. See perlvar:
The text matched by the last bracket of the last successful search pattern. This is useful if you don't know which one of a set of alternative patterns matched.

p.s. Originally I mistakingly had posted this as a followup to Re^2: How do I avoid double substitution when replacing many patterns?, now its sibling.

Replies are listed 'Best First'.
Re^3: How do I avoid double substitution when replacing many patterns?
by diotalevi (Canon) on Jan 21, 2007 at 20:14 UTC

    PS, I didn't know about $+ so I'm glad you posted that in the wrong place.

    ⠤⠤ ⠙⠊⠕⠞⠁⠇⠑⠧⠊

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (8)
As of 2024-04-19 09:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found