Help for this page

Select Code to Download


  1. or download this
    my $test = "A C Test";
    if($test=~s/\bA C Test\b/A&C Test/){print "<b>$test</b>";}