Codice PHP:
$string="RBTNBFBBF";
print 
substr($string,3,6)."
"

Mi stampa NBFBBF.
Non dovrebbe stampare solo BBF?