Prova così


$testo="Parola, parola, ss pArola";

$str = strtolower($testo);

$testo=str_replace('parola', 'sostituto', $str);