Which function returns the starting position of the substring or a 0 if the function doesn't find the string?
A.SPLIT
B.MID
C. REVSTR
D. INSTR
Answer and Feedback
Answer:D
Feedback:INSTR function is used to locate a substring in a string.