2 番目のパラメーターが最初のパラメーターの末尾にある場合、true を返します。
文字列
endWith(<parameters>)
endWith(<string>,<string>)
ブール値を返します。
endWith("Hello World", "World")
true を返します。
endWith("Hello World", "Hello")
false を返します。