最初の引数文字列が特定の文字列(2 番目の引数文字列)で終わっているかどうかを、大文字と小文字の区別をせずに確認します。
文字列
endWithIgnoreCase(<parameters>)
endWithIgnoreCase(<string>,<string>)
ブール値を返します。
endWithIgnoreCase("rowing is great", "AT")
true を返します。