endWithIgnoreCase endWithIgnoreCase

첫 번째 인수 문자열이 대소문자를 고려하지 않고 특정 문자열(두 번째 인수 문자열)로 끝나는지 확인합니다.

카테고리

문자열

함수 구문

endWithIgnoreCase(<parameters>)

매개 변수

매개변수
유형
문자열
문자열
접미사
문자열

서명 및 반환된 유형

endWithIgnoreCase(<string>,<string>)

부울 반환.

endWithIgnoreCase("rowing is great", "AT")

true를 반환합니다.

recommendation-more-help
4f4a00c1-77c9-4eee-84df-bbe6206c3ab9