Does anyone know how to search for words within a specific sentence using strings? Here's an example of what I mean.

Code:
The word: back
The sentence: I'll be back.
I'm using visual c++ 6.0.

Edit: or to check for words within a sentence.