Reference: txtContains
txtContains(S, s) returns True if the text (string) S contains s, and False otherwise. No distinction is made between capital and small letters.
txtContains(S, s) returns True if the text (string) S contains s, and False otherwise. No distinction is made between capital and small letters.