檢查第一個參數字串是否以特定字串結尾(第二個參數字串),而不考慮大小寫。
字串
endWithIgnoreCase(<parameters>)
endWithIgnoreCase(<string>,<string>)
返回布爾值。
endWithIgnoreCase("rowing is great", "AT")
返回true。