memrootじしょ
英和翻訳
match case
match case
[mætʃ keɪs]
マッチ ケイス
1.
大文字小文字の区別
文字列の比較や検索において、大文字と小文字を異なるものとして扱うことを指します。特にプログラミングやファイルシステム、検索機能などで重要となります。
When
searching,
make
sure
to
enable
the
match
case
option
for
precise
results.
(検索する際は、正確な結果を得るために大文字小文字を区別するオプションを有効にしてください。)
When searching
検索する際に
make sure to enable
必ず有効にする
the match case option
大文字小文字を区別するオプション
for precise results
正確な結果を得るために
Some
programming
languages
are
match
case,
while
others
are
not.
(いくつかのプログラミング言語は大文字小文字を区別しますが、そうでないものもあります。)
Some programming languages
いくつかのプログラミング言語は
are match case
大文字小文字を区別します
while others are not
他はそうではありません
To
find
the
exact
file
name,
you
need
to
match
case
in
the
search
query.
(正確なファイル名を見つけるには、検索クエリで大文字小文字を区別する必要があります。)
To find
見つけるために
the exact file name
正確なファイル名
you need to match case
あなたは大文字小文字を区別する必要があります
in the search query
検索クエリで
Without
matching
case,
'Apple'
and
'apple'
would
be
treated
as
the
same.
(大文字小文字を区別しないと、「Apple」と「apple」は同じものとして扱われます。)
Without matching case
大文字小文字を区別しないと
'Apple' and 'apple'
「Apple」と「apple」は
would be treated as the same
同じものとして扱われるでしょう
Always
check
if
your
password
field
is
match
case.
(パスワードフィールドが大文字小文字を区別するかどうか常に確認してください。)
Always check
常に確認してください
if your password field
あなたのパスワードフィールドが
is match case
大文字小文字を区別するかどうか
関連
case sensitive
case insensitive
exact match
regular expression
string comparison