473,508 Members | 2,312 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

what is delimiter?

1 New Member
what is delimiter?
Sep 19 '10 #1
1 11448
Rizladonovich
13 New Member
Could be anything. Depend on the context. Vaguely one could say it is a defined unit separating data without (necessarily) being part of the data itself.

I.e. in the string "what is", the quotes delimit the string, but are not a part of it. A data stream can have a defined byte-sequence/flag/etc delimiting records; i.e a comma delimited list:

record1,record2,record3

And so on...

One can separate it into two major groups being; 1. string literals, and 2. data.

In the broad sense it can include x^n definitions. A space can be a separator for words. Newline for records in a list, - and so on.

Important to notice and not mix is the term operator, sorted by precedence and associativity:

Expand|Select|Wrap|Line Numbers
  1.  
  2. ----------------------------------------------
  3. Operators                        Associativity
  4. ----------------------------------------------
  5. () [] -> .                       left to right 
  6. ! ~ ++ -- + - * (type) sizeof    right to left 
  7. * / %                            left to right 
  8. + -                              left to right 
  9. <<  >>                           left to right 
  10. < <= > >=                        left to right 
  11. == !=                            left to right 
  12. &                                left to right 
  13. ^                                left to right 
  14. |                                left to right 
  15. &&                               left to right 
  16. ||                               left to right 
  17. ?:                               right to left 
  18. = += -= *= /= %= 
  19. &= ^= |= <<= >>=                 right to left 
  20. ,                                left to right 
  21. ----------------------------------------------
  22.  
  23.  
Also note that in C, semicolon is a statement terminator and not a separator. While i.e. pascal defines it as a statement separator.
Sep 19 '10 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

5
7021
by: j-marvin | last post by:
The example uses the mysql client delimiter command to change the statement delimiter from ; to // while the procedure is being defined. This allows the ; delimiter used in the procedure body to be...
3
14363
by: Laurent | last post by:
Hello, is it possible to read a file in python line by line by redefining a new end-of-line delimiter ? I would like for example to have the string "END" being the new delimiter for each...
2
1617
by: Siemel Naran | last post by:
Hi. In order to define a procedure I tried changing the delimiter to the pipe symbol | so that the semicolon ; is not interpreted as end of command. This idea is in the documentation file...
7
4070
by: Generic Usenet Account | last post by:
I am trying to set up a delimiter character string for the input stream such that the delimiter string is "skipped over" in the input stream. Can someone suggest how to do this with some sample...
4
11468
by: Raquel | last post by:
Could someone explain to me what the reason is for having a character delimiter (which is double quotes by default) for performing Loads/Imports on UDB? I would think that column delimiter along...
4
1132
by: gn | last post by:
I am trying to parse a txt file which looks something like example below: thisemail@email.com thatemail@email.com anotheremail@email.com This is the code I am using: filetoread =...
3
4042
by: magix | last post by:
Dear Guru, I have been thinking hard on how to token based on demiliter after certain position. Example, I have list of possible string below, and the the delimiter is "1" with the rules below...
2
2678
by: pengb | last post by:
Hello All: A pretty frustrating question to ask! I use the string something = stringx.split (delimiter.tochararray()) mathod to delimit a long string by space! So supposely if the stringx is :...
4
3400
by: kretik | last post by:
I've been trying to coax this class to use something other than the default '$' but it seems setting it to something else has no discernible effect. Is it necessary to inherit from the class to do...
11
3093
by: Sven Reuter | last post by:
Hallo NG, ich versuche gerade ein PHP-Script zu bauen, das einen Trigger in einer MySQL-Datenbank erstellt. Doch leider funktioniert das nicht und ich habe auch über google keine Hinweise...
0
7123
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7326
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7383
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7046
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7498
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5627
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4707
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3194
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3182
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.