memrootじしょ
英和翻訳
ignore case
Wicca
Bodycon
Riichi
organizational identity
Rio de Janeiro
act prudently
give it your all
neighborhood involvement
Sexual consent
ignore case
[ɪɡˈnɔːr keɪs]
イグノーア ケイス
1.
大文字と小文字を区別しない
文字列の比較や検索において、アルファベットの大文字と小文字の違いを考慮せず、同じものとして扱うことを指します。主にプログラミングやデータ処理の文脈で使われます。
When
searching
for
a
file,
you
might
want
to
enable
the
'ignore
case'
option.
(ファイルを検索する際、『大文字と小文字を区別しない』オプションを有効にしたいと思うかもしれません。)
When searching for a file
ファイルを検索する際に
you might want to enable
有効にしたいと思うかもしれません
the 'ignore case' option
「大文字と小文字を区別しない」オプション
This
function
compares
two
strings,
ignoring
case.
(この関数は、大文字と小文字を区別せずに2つの文字列を比較します。)
This function
この関数は
compares two strings
2つの文字列を比較します
ignoring case
大文字と小文字を区別せずに
For
user
convenience,
many
search
engines
ignore
case
by
default.
(ユーザーの利便性のために、多くの検索エンジンはデフォルトで大文字と小文字を区別しません。)
For user convenience
ユーザーの利便性のために
many search engines
多くの検索エンジンは
ignore case
大文字と小文字を区別しません
by default
デフォルトで
関連
case-sensitive
case-insensitive
regex
string comparison
normalize
match