Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: How to replace the string withing a string

by coolmichael (Deacon)
on Feb 04, 2001 at 02:02 UTC ( [id://56251]=note: print w/replies, xml ) Need Help??


in reply to How to replace the string within a string

$_="I want to replace <P> in my string. I have to search for the <P> a +nd replace it with space. Thanks"; s/<P>/ /gi; print;
results in:
I want to replace in my string. I have to search for the and repla +ce it with space. Thanks
update: You might also want to try perldoc perlre which explains regular expressions fairly well.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (7)
As of 2024-04-26 08:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found