Help for this page
$string1='--NN--NNN--NN--NNN--BBB-----'; ... while $string1 =~ s/B-/BB/ or $string1 =~ s/-B/BB/; print $string1;