The find function
First let's take a look at the string.find function in general:
The function string.find (s, substr [, init [, plain]]) returns the start and end index of a substring if found, and nil otherwise, starting at the index init if it is provided (defaults to 1).
("Hello, I am a ...