The SEARCH function, together with the ISNUMBER function, can be used to see if a cell contains specified text. Substring represents the particular text you're looking for in the generic version, while text represents the text in the cell you're checking. D5's formula is as follows:
=ISNUMBER(SEARCH(C5,B5))
If the substring is discovered, this formula yields TRUE; otherwise, FALSE.