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