delimiterとは? わかりやすく解説

Weblio 辞書 > 辞書・百科事典 > 日本語表現辞典 > delimiterの意味・解説 

delimiter

別表記:デリミター

「delimiter」の意味・「delimiter」とは

「delimiter」は、情報一部区切るための記号文字のことである。情報技術分野でよく使われ、特にプログラミングデータベース管理において重要な役割を果たす例えば、CSVファイルではカンマデータ区切り(delimiter)として使われ、各データフィールドを明確に区分する

「delimiter」の発音・読み方

「delimiter」の発音は、IPA表記では/dɪˈlɪmɪtər/である。IPAカタカナ読みでは「ディリミター」となる。日本人発音するカタカナ英語では「デリミター」と読む。

「delimiter」の定義を英語で解説

A 'delimiter' is a character or sequence of characters that marks the beginning or end of a unit of data. It is widely used in information technology, particularly in programming and database management. For instance, in a CSV file, a comma serves as a delimiter to clearly separate each data field.

「delimiter」の類語

「delimiter」の類語として、「separator」や「divider」がある。これらも同様に情報一部区切るための記号文字を指す。ただし、それぞれの単語使用される文脈ニュアンスには微妙な違いがある。

「delimiter」に関連する用語・表現

「delimiter」に関連する用語として、「field」や「record」がある。これらはデータベース管理プログラミングにおいて、delimiterと共に頻繁に使用されるまた、escape character」も関連する用語で、delimiterとして使用される文字そのまま文字として扱うために使用される

「delimiter」の例文

1. In a CSV file, a comma is typically used as a delimiter.(CSVファイルでは、カンマ通常、delimiterとして使用される。)
2. The pipe symbol is another common delimiter in data files.(パイプ記号は、データファイルでよく使われる別のdelimiterである。)
3. The programmer used a semicolon as a delimiter in the code.(プログラマーコード内でセミコロンをdelimiterとして使用した。)
4. Delimiters help to structure the data in a clear and readable way.(Delimiterは、データを明確で読みやすい形に構造化するのに役立つ。)
5. The system failed to recognize the delimiter, causing an error in the data processing.(システムはdelimiterを認識できず、データ処理エラー発生した。)
6. Different programming languages may use different delimiters.(異なプログラミング言語では、異なるdelimiterが使用されることがある。)
7. The database uses a special character as a delimiter to separate fields.(データベースは、フィールド区切るために特殊な文字をdelimiterとして使用する。)
8. The delimiter in this context is a space.(この文脈では、delimiterはスペースである。)
9. The text file uses a tab as a delimiter between data fields.(テキストファイルでは、データフィールド間のdelimiterとしてタブ使用される。)
10. The programmer had to change the delimiter to ensure the code ran correctly.(プログラマーは、コード正しく実行されるようにdelimiterを変更しなければならなかった。)

デリミター

別名:区切り文字デリミタ
【英】delimiter

デリミターとは、「カンマ」、「スペース」、「タブ」など、データベースデータテキストファイル形式記録する際に、項目(フィールド)を区切る記号として使用される特殊な文字のことである。区切り文字とも言う。

情報処理のほかの用語一覧
文字コード:  SI/SO制御  サニタイジング  2バイト文字  デリミター  UCS  Unicode  UTF

区切り文字

(delimiter から転送)

出典: フリー百科事典『ウィキペディア(Wikipedia)』 (2024/06/05 09:02 UTC 版)

英語: delimiter、デリミタ)は、コンピュータ言語データ通信において独立した領域の境界を特定するために入れられる文字である[1]。例えば、コンマ区切りの文字列において、コンマ (,) は各フィールドの境界を表す「フィールド区切り文字」の役割をしている。


  1. ^ Federal Standard 1037C - Telecommunications: Glossary of Telecommunication Terms
  2. ^ Rohl, Jeffrey S. (1973). Programming in Fortran. Oxford Oxfordshire: Oxford University Press. ISBN 978-0-7190-0555-8  describing the method in Hollerith notation under the Fortran programming language.
  3. ^ a b de Moor, Georges J. (1993). Progress in Standardization in Health Care Informatics. IOS Press. ISBN 90-5199-114-2  p. 141
  4. ^ Friedl, Jeffrey E. F. (2002). Mastering Regular Expressions: Powerful Techniques for Perl and Other Tools. O'Reilly. ISBN 0-596-00289-0  p. 319
  5. ^ Scott, Michael Lee (1999). Programming Language Pragmatics. Morgan Kaufmann. ISBN 1-55860-442-1 
  6. ^ Wall; Larry; Jon Orwant (July 2000). Programming Perl (Third ed.). O'Reilly. ISBN 0-596-00027-8 
  7. ^ Kaufmann, Matt (2000). Computer-Aided Reasoning: An Approach. Springer. ISBN 0-7923-7744-3 p. 3
  8. ^ Meyer, Mark (2005). Explorations in Computer Science. Oxford Oxfordshire: Oxford University Press. ISBN 978-0-7637-3832-7  references C-style programming languages prominently featuring curly brackets and semicolons.
  9. ^ Dilligan, Robert (1998). Computing in the Web Age. Oxford Oxfordshire: Oxford University Press. ISBN 978-0-306-45972-6 Describes syntax and delimiters used in HTML.
  10. ^ a b Schwartz, Randal (2005). Learning Perl. Oxford Oxfordshire: Oxford University Press. ISBN 978-0-596-10105-3 Describes string literals.
  11. ^ Watt, Andrew (2003). Sams Teach Yourself Xml in 10 Minutes. Oxford Oxfordshire: Oxford University Press. ISBN 978-0-672-32471-0  Describes XML processing instruction. p. 21.
  12. ^ Cabrera, Harold (2002). C# for Java Programmers. Oxford Oxfordshire: Oxford University Press. ISBN 978-1-931836-54-8  Describes single-line and multi-line comments. p. 72.
  13. ^ Smarty Template Documentation”. 2010年3月12日閲覧。 See e.g., Smarty template system documentation, "escaping template delimiters".
  14. ^ International Organization for Standardization (December 1, 1975). "The set of control characters for ISO 646". Internet Assigned Numbers Authority Registry. Alternate U.S. version: ASCII Graphic character set”. 2014年5月10日閲覧。. Accessed August 7, 2005.
  15. ^ Lewine, Donald (1991). Posix Programmer's Guide. Oxford Oxfordshire: Oxford University Press. ISBN 978-0-937175-73-6  Describes use of control-z. p. 156,
  16. ^ Friedl, Jeffrey (2006). Mastering Regular Expressions. Oxford Oxfordshire: Oxford University Press. ISBN 978-0-596-52812-6  describing solutions for embedded-delimiter problems p. 472.
  17. ^ Discussion on ASCII Delimited Text vs CSV and Tab Delimited
  18. ^ Kahrel, Peter (2006). Automating InDesign with Regular Expressions. O'Reilly. ISBN 0-596-52937-6 p. 11
  19. ^ Wall; Larry; Jon Orwant (July 2000). Programming Perl (Third ed.). O'Reilly. p. 63. ISBN 0-596-00027-8 
  20. ^ Wall; Larry; Jon Orwant (July 2000). Programming Perl (Third ed.). O'Reilly. p. 62. ISBN 0-596-00027-8 
  21. ^ Matsumoto, Yukihiro (2001). Ruby in a Nutshell. O'Reilly. ISBN 0-596-00214-9  In Ruby, these are indicated as general delimited strings. p. 11
  22. ^ Javvin Technologies, Incorporated (2005). Network Protocols Handbook. Javvin Technologies Inc.. ISBN 0-9740945-2-8  p. 26
  23. ^ 200, Cicling (2001). Computational Linguistics and Intelligent Text Processing. Oxford Oxfordshire: Oxford University Press. ISBN 978-3-540-41687-6  Describes whitespace delimiters. p. 258.
  24. ^ Friedl, Jeffrey (2006). Mastering Regular Expressions. Oxford Oxfordshire: Oxford University Press. ISBN 978-0-596-52812-6  page 472.
  25. ^ Perl operators and precedence
  26. ^ Rhee, Man (2003). Internet Security: Cryptographic Principles, Algorithms and Protocols. John Wiley and Sons. ISBN 0-470-85285-2 (an example usage of ASCII armoring in encryption applications)
  27. ^ Gross, Christian (2005). Open Source for Windows Administrators. Charles River Media. ISBN 1-58450-347-5 (an example usage of ASCII armoring in encryption applications)
  28. ^ Kalani, Amit (2004). Developing and Implementing Web Applications with Visual C# . NET and Visual Studio . NET. Que. ISBN 0-7897-2901-6 (describes the use of Base64 encoding and VIEWSTATE inside HTML source code)
  29. ^ 日本国特許第6511598号


「区切り文字」の続きの解説一覧


英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「delimiter」の関連用語

delimiterのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



delimiterのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
実用日本語表現辞典実用日本語表現辞典
Copyright © 2024実用日本語表現辞典 All Rights Reserved.
デジタル大辞泉デジタル大辞泉
(C)Shogakukan Inc.
株式会社 小学館
IT用語辞典バイナリIT用語辞典バイナリ
Copyright © 2005-2024 Weblio 辞書 IT用語辞典バイナリさくいん。 この記事は、IT用語辞典バイナリデリミターの記事を利用しております。
ウィキペディアウィキペディア
All text is available under the terms of the GNU Free Documentation License.
この記事は、ウィキペディアの区切り文字 (改訂履歴)の記事を複製、再配布したものにあたり、GNU Free Documentation Licenseというライセンスの下で提供されています。 Weblio辞書に掲載されているウィキペディアの記事も、全てGNU Free Documentation Licenseの元に提供されております。

©2024 GRAS Group, Inc.RSS