"identifier" in Japanese
識別子
Definition
何かや誰かを識別するために使われる名前や記号、コード。主にコンピューターやデータベースなどで使われます。
Usage Notes (Japanese)
主に技術的な場面(プログラミング、データベースなど)で使われます。人の名前を指す際には使いません。「user identifier」「unique identifier」などの表現とよく組み合わせます。
Examples
Every student is given a unique identifier at the university.
大学では全ての学生に一意の**識別子**が与えられます。
Use your customer identifier to log in.
ログインするにはあなたの顧客**識別子**を使ってください。
The code must include an identifier for each item.
コードには各アイテムのための**識別子**が含まれていなければなりません。
Make sure your username is a valid identifier with no spaces.
ユーザー名がスペースのない有効な**識別子**であることを確認してください。
A barcode acts as an identifier for products in the store.
バーコードは店内商品の**識別子**の役割をします。
In programming, an identifier can’t start with a number or use special characters.
プログラミングでは、**識別子**は数字で始まったり、特殊文字を使ったりできません。