What is meant by delimeter | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

What is meant by delimeter

14th Jun 2020, 3:43 PM
Harsh
4 Antworten
+ 2
Harsh - Comma (, ), semicolon (;), pipe (|) , quotes (" or '), slashes (/\) are called as delimeter. https://www.computerhope.com/jargon/d/delimite.htm https://en.m.wikipedia.org/wiki/Delimiter#:~:text=A%20delimiter%20is%20a%20sequence,sequence%20of%20comma-separated%20values.
14th Jun 2020, 4:07 PM
A͢J
A͢J - avatar
0
A delimiter is a character that is used to mark the end of something. E.g semicolons(;) are usually used as delimiters to mark the end of a statement in most languages. When splitting strings you are usually required to provide a delimiter string or char that is used to break the string. For example, "35-66-88-76". If the delimiter is '-', It can be split to 35, 66, 88 and 76.
14th Jun 2020, 4:20 PM
Ore
Ore - avatar
0
Thank you AJ Anant
14th Jun 2020, 5:01 PM
Harsh
0
Thank you Ore Adeleye
14th Jun 2020, 5:01 PM
Harsh