my $string =' Replicant consists of Icon, Title1, Title2, Description, MOre Title, and More Hyperlink (minimum=0, maximum=10) '; my $strRepl =''; $string =~ m//; my $str2Brepl = $`; $string =~ s/$str2Brepl/$strRepl/mi; print "$string";