Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
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??

Help for this page

Select Code to Download


  1. or download this
    $_="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;
    
  2. or download this
    I want to replace   in my string. I have to search for the   and repla
    +ce it with space. Thanks
    

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 examining the Monastery: (3)
As of 2024-04-24 19:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found