String.indexOf(..) will give you the starting position. String.contains(..) will tell you if it is present.

It's always worth checking the API of the class you're using - in fact, one might say...