I'm not sure this is a bug, but it seems strange to me that instr is returning 1 when the second parameter is empty. For example

 Code:
? instr("Apple,Banana,Grape","")


I tried this code with 4.53, 4.61, and 4.62 and they all did it.

Is this by design?