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)

Siehe auch: String Manipulation

Referenz - Startseite