i am confused about instr function. i understand it searches string2 and finds if string1 is present in it. the function is

instr(string1,string2)

it returns a true only if string1 = string2 . i.e. it does not return true if string1 is part of string2. is there any other function that does this job ? what am i missing