Advertisement
Advertisement
delimiter
[ dih-lim-i-ter ]
noun
- a blank space, comma, or other character or symbol that indicates the beginning or end of a character string, word, or data item.
Word History and Origins
Origin of delimiter1
Example Sentences
The conversation moves on to the Trapezium Cluster — the stellar nursery under Orion’s belt — and the delimiter, also known as the moon’s sunset line.
Wooten is an includer, not a delimiter; he’s better at holistic teaching than veiled polemic.
It’s always been a delimiter, the digital divide.
It’s simply the marketing cap and sequential delimiter companies like Microsoft and Apple use to establish that this is what this thing does as opposed to that one.
Transcriber's Note: Italics in the text are indicated by the use of an underscore as delimiter, thusly.
Advertisement
More About Delimiter
What is a delimiter?
A delimiter is a character or symbol used in computer code that separates words, data, or characters. Delimiters are used to mark the beginning or end of something.
In code and many programming languages, many types of data or statements must be made using specific parameters and conditions in order to get the desired result. Every programming language is different, but most will employ several delimiters. For example, in a coding function meant to read the length of two sides and the height of two sides, each length and height will be delimited by a comma, as in 18, 20, 18, 20. This set might itself be surrounded by delimiters, such as (18, 20, 18, 20), so that the system running the program will understand where the data begins and ends.
Most programming languages will establish their own conventions for how to write data and what delimiters are to be used. Some of the most common delimiters are semicolons (;), commas (,), asterisks (*), apostrophes (’), and quotation marks (“”).
Example: Claudia instantly recognized the programming language because of its unusual delimiters.
Where does delimiter come from?
The first records of the term delimiter are from around the 1960s. It combines the term delimit, meaning “to mark the limits or boundaries,” and the suffix -er, which creates nouns that are the agent of the action being described. A delimiter marks the beginning or end—that is, the boundary, of an item.
Did you know ... ?
What are some words that share a root or word element with delimiter?
What are some words that often get used in discussing delimiter?
How is delimiter used in real life?
Delimiters are most commonly used in discussions of computer programming, but they can also be discussed in any text document that requires formatting in a variety of specialized fields.
please delimit ur data files. i pretty much do not care what the delimiter is just don't do fixed width. delimit with a poop emoji for all i care
— Steven Rich (@dataeditor) December 7, 2020
Everyone: Comma Separated Values (CSV Comma delimiter)
Microsoft Excel: a semicolon (;) is almost like a comma (,) I hope you're ok with that. thanks.
Why? because it tries to use a regional decimal separator, not the file format separator 🤷♂️ since forever.
thanks for nothing
— Marcin Krzyzanowski (@krzyzanowskim) December 1, 2021
Try using delimiter!
True or False?
Delimiters mark the beginning or end of something in a programming language.
Advertisement
Advertisement
Advertisement
Browse