Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Replacing consecutive tokens in 1 pass

by OM_Zen (Scribe)
on Feb 21, 2003 at 18:54 UTC ( [id://237539]=note: print w/replies, xml ) Need Help??


in reply to Replacing consecutive tokens in 1 pass

Hi ,

my $str = "|90|93|foo|bar|91|92|95|96|906|"; $str =~ s/(?<=\|)9[0-6](?=\|)/X/g; print "[ $str ]\n"; __END__ Also , you can go through this tutorial
Extended Patterns regular expressions

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://237539]
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: (5)
As of 2024-04-24 20:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found