se a te serve solo RE allora puoi fare cosi

<? $stringa="Lorenzo";
$stringa1="re";
if (strstr($stringa, $stringa1)!=FALSE)
echo $stringa1;
?>