>>535
$hoge ="abcdefgijk";
if(preg_match("/(de)/",$hoge,$match)){
$hoge .= "<br>「".$match[1]."」が含まれています";
}