FAQ: String Methods - .find()

it literally explained in the lesson:

You can also search for larger strings, and .find() will return the index value of the first character of that string.

1 Like