endWith
두 번째 매개 변수가 첫 번째 매개 변수의 접미사이면 true를 반환합니다.
카테고리
문자열
함수 구문
endWith(<parameters>)
매개 변수
서명 및 반환된 형식
endWith(<string>,<string>)
부울을 반환합니다.
예
endWith("Hello World", "World")
true를 반환합니다.
endWith("Hello World", "Hello")
false를 반환합니다.
Business.Adobe.com 리소스