Checking for the presence of a string within another string

How to check if a string in contained in another string ?

Like

Whether the String "brown" is contained in
"A quick brown fox jumps over a lazy the dog"

maybe something like this:

echo $string1 | grep $string2