첫 번째 인수 문자열이 대소문자를 고려하지 않고 특정 문자열(두 번째 인수 문자열)로 끝나는지 확인합니다.
문자열
endWithIgnoreCase(<parameters>)
endWithIgnoreCase(<string>,<string>)
부울 반환.
endWithIgnoreCase("rowing is great", "AT")
true를 반환합니다.