delimiter
区切り文字
解説 Definition
区切り文字。データやテキストの区切りに使用される文字。
A delimiter is a sign, character, or mark used to separate parts of text or data. It is common in computing, writing systems, and file formats. For example, commas, tabs, or special symbols can act as delimiters.
覚え方のコツ Memory Tip
delimiter は、データやテキストの中で項目同士を分ける「区切り文字」として覚えます。limit「境界」に -er が付いた形なので、文字がここで一つの値が終わり、次が始まるという境目を作るもの、と考えると整理しやすいです。CSV のコンマ、TSV のタブ、ログや設定ファイルの縦棒などが典型例です。field delimiter, custom delimiter, delimited file の形でよく出ます。
Think of limit: a delimiter marks where one piece stops and the next begins. In data, it is the character that creates those borders, like a comma in CSV or a tab in TSV. It is close to separator, but delimiter strongly suggests a symbol used as the boundary mark.
例文
A comma is often used as a delimiter in CSV files.
コンマはCSVファイルで区切り文字として頻繁に使用されます。
The program recognizes semicolons as delimiters between entries.
プログラムはセミコロンをエントリ間の区切り文字として認識します。
Choosing the right delimiter is crucial for data parsing.
正しい区切り文字を選択することはデータ解析に重要です。
delimiter の語源・成り立ち Etymology
1960年ごろの計算機語で、delimit「境界を定める」+ -er「するもの」からできた語です。delimit はフランス語 délimiter、さらに後期ラテン語 delimitare にさかのぼり、de-「区切って」+ limes「境界」なので、『境目を示すもの』がそのまま区切り文字になります。関連語は limit、delimitation。
Delimiter was formed in computer language from delimit plus the suffix -er, meaning "something that does." Delimit came through French from Late Latin delimitare, based on limes, meaning "boundary" or "border." So a delimiter is, in origin, something that marks a boundary. Related words include limit and delimitation.
外部辞書で調べる
この単語を英単語クイズで覚えよう