檢查第一個引數字串是否以特定字串(第二個引數字串)結尾,並未考慮大小寫。
字串
endWithIgnoreCase(<parameters>)
endWithIgnoreCase(<string>,<string>)
傳回布林值。
endWithIgnoreCase("rowing is great", "AT")
傳回true。