Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: Match a pattern only if it is not within another pattern

by Transient (Hermit)
on Aug 16, 2005 at 19:51 UTC ( [id://484227]=note: print w/replies, xml ) Need Help??


in reply to Re: Match a pattern only if it is not within another pattern
in thread Match a pattern only if it is not within another pattern

That gave me
bl123 and barthis123thatqux and barso123quxhim and123som 123


Update:
However this seems to do what is intended, at least with the test string:
$str =~ s/((?<!bar)\S*)foo((?!\S*qux))/${1}123${2}/gx;
gives
bl123 and barthisfoothatqux and barsofooquxhim and123som 123

Log In?
Username:
Password:

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

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

    No recent polls found