That seems odd. I can't check the support expression list right now but INSTR is a fundamental method of VB Scripting.
Just for fun, type INSTR all in caps.
But just to be clear, the instr test will return the the numeric position of the first character of the string you are looking for.
Any number above zero means the string is present, 0 means it is not.
Phil