Reference: txtPos
txtPos(s, S) returns the position of the first character in the text (string) s of the first occurrence of s in the text (string) S, making no difference between capital and small letters. Example: txtPos("st", "teSTtest") = 3, but strPos("st", "teSTtest") = 7.