<?php $text='<td><b>Имя: </b></td><td>Name</td>'; preg_match('#<td>\w+#',$text,$reg); echo $reg[0]; ?>