endWithIgnoreCase endWithIgnoreCase
最初の引数文字列が特定の文字列(2 番目の引数文字列)で終わっているかどうかを、大文字と小文字の区別をせずに確認します。
カテゴリ
文字列
関数の構文
endWithIgnoreCase(<parameters>)
パラメーター
パラメーター
タイプ
文字列
文字列
末尾の文字列
文字列
シグネチャと戻り値のタイプ
endWithIgnoreCase(<string>,<string>)
ブール値を返します。
例
endWithIgnoreCase("rowing is great", "AT")
true を返します。
recommendation-more-help
b22c9c5d-9208-48f4-b874-1cefb8df4d76