Compatibles con POSIX
Regex POSIX
<?php
echo ereg_replace('ceviche estaba muy ([[:alpha:]]+)'
             
'arroz con fritangita es bien \1'
       
'El ceviche estaba muy sabroso.');
?>
Output