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
<?php
echo ereg_replace('ceviche estaba muy ([[:alpha:]]+)',
'arroz con fritangita es bien \1',
'El ceviche estaba muy sabroso.');
?>