Top "Delimiter" questions

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.

MySQL delimiter syntax error

I'm trying to change the MySQL command delimiter so I can create a procedure with multiple commands in it. However, …

mysql syntax delimiter
Unix - Need to cut a file which has multiple blanks as delimiter - awk or cut?

I need to get the records from a text file in Unix. The delimiter is multiple blanks. For example: 2U2133 1239 1290…

unix awk delimiter cut
If you explode a string and said string does not contain the delimiter, does explode kick an error?

So I'm getting a section of the url with php. This section may or may not have trailing '?' …

php explode delimiter
How to parse a tab-separated line of text in Ruby?

I find Ruby's each function a bit confusing. If I have a line of text, an each loop will give …

ruby parsing delimiter lexical-analysis tab-delimited
Do certain characters take more bytes than others?

I'm not very experienced with lower level things such as howmany bytes a character is. I tried finding out if …

size character-encoding character bandwidth delimiter
Is it possible to use AngularJS with the Jinja2 template engine?

I have a Flask site and I want to use the AngularJS JavaScript framework. Unfortunately, it seems as if the …

python angularjs flask jinja2 delimiter
How to explode a string, with spaces and new lines?

I would like to explode a string (separated based on a delimiter and placed into an array), using both a …

php delimiter
Echo changes my tabs to spaces

I'm taking the following structure from around the net as a basic example of how to read from a file …

bash delimiter
C# - Splitting on a pipe with an escaped pipe in the data?

I've got a pipe delimited file that I would like to split (I'm using C#). For example: This|is|a|…

c# regex escaping delimiter
StringTokenizer delimiters for each Character

I've got a string that I'm supposed to use StringTokenizer on for a course. I've got my plan on how …

java delimiter stringtokenizer