INSTR (<expr1>,<expr2>)


The first expression is searched, in a case sensitive manner, for the second.
If it is found the start position of the second exporession is returned, if not zero is returned.

lIsItAVowel = INSTR("aeiou",sCharacter)

 

See Also: String Manipulation


Language Reference  Table Of Contents