Difference between revisions of "Delimiter"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) (→External links) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
== Description == | == Description == | ||
− | An example of a delimiter is the [[comma]]character, which acts as a field delimiter in a sequence of [[comma-separated values]]. | + | An example of a delimiter is the [[comma]] character, which acts as a field delimiter in a sequence of [[comma-separated values]]. |
== Data stream boundaries == | == Data stream boundaries == | ||
Line 26: | Line 26: | ||
* [https://en.wikipedia.org/wiki/Delimiter Delimiter] @ Wikipedia | * [https://en.wikipedia.org/wiki/Delimiter Delimiter] @ Wikipedia | ||
+ | |||
+ | [[Category:Computing]] | ||
+ | [[Category:Data]] | ||
+ | [[Category:Text]] |
Latest revision as of 03:28, 25 April 2016
A delimiter is a sequence of one or more characters used to specify the boundary between separate, independent regions in plain text or other data streams.
Description
An example of a delimiter is the comma character, which acts as a field delimiter in a sequence of comma-separated values.
Data stream boundaries
Delimiters represent one of various means to specify boundaries in a data stream.
Declarative notation
Declarative notation is an alternate method that uses a length field at the start of a data stream to specify the number of characters that the data stream contains.
See also
- Boundaries
- Character (computing)
- Comma
- Comma-separated values
- Data stream
- Declarative notation
- Plain text
External links
- Delimiter @ Wikipedia