Reference: txtBeginsWith
txtBeginsWith(S, s) returns True if the text (string) S begins with s, and false otherwise. No distinction is made between capital and small letters.
txtBeginsWith(S, s) returns True if the text (string) S begins with s, and false otherwise. No distinction is made between capital and small letters.