Delimiter



         


The term delimiter refers to a separating character. In the following sentence, semicolons are used as delimiters between the numbers:

123;234;123;3454353;3453;

Delimiters are commonly used in computer files to separate data values. For example, the comma-separated values (CSV) file format uses a comma as the delimiter between fields, and a newline character as the delimiter between records.





  View Live Article   This article is from Wikipedia. All text is available under the terms of the GNU Free Documentation License