INSTR
INSTR([Start AS INTEGER, ]Text AS STRING, TextToSearch AS STRING) AS INTEGER
Returns the position of the string <TextToSearch> in the string <Text>.
Starts to search after the position <start> (begin of the string by default).
INSTR([Start AS INTEGER, ]Text AS STRING, TextToSearch AS STRING) AS INTEGER
Returns the position of the string <TextToSearch> in the string <Text>.
Starts to search after the position <start> (begin of the string by default).