contains()
, this function not only checks whether the searched string exists but also determines the numeric value of its start position within the text. Counting starts at 0. index(string, match)
Determines the first position of a given match in a given string, starting with 0.