Codice PHP:
$testo='ciao|ciao|ciao|ciao|ciao';
preg_replace('/ciao/','stringa',$testo,1);
echo 
$testo