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