endWithIgnoreCase endWithIgnoreCase

最初の引数文字列が特定の文字列(2 番目の引数文字列)で終わっているかどうかを、大文字と小文字の区別をせずに確認します。

カテゴリ

文字列

関数の構文

endWithIgnoreCase(<parameters>)

パラメーター

パラメーター
タイプ
文字列
文字列
末尾の文字列
文字列

シグネチャと戻り値のタイプ

endWithIgnoreCase(<string>,<string>)

ブール値を返します。

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

true を返します。

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