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