Help with a selector

Help with a selector

I need to select the "Select this" text from the< td> .Don't need the bold part.  What is the correct selector.
<td>
<b >Status: </b>
Select this
</td>

$'td').(':not("b")').text()) is not doing it.

Please Advice.