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.

Angular JS custom delimiter

How do I use a custom delimiter for angular JS? I'd like to change from the {{ var }} syntax to [[ var ]]. …

javascript angularjs configuration delimiter
Multiple Separators for the same file input R

I've had a look for answers, but have only found things referring to C or C#. I realise that much …

r csv import delimiter separator
When to use the terms "delimiter," "terminator," and "separator"

What are the semantics behind usage of the words "delimiter," "terminator," and "separator"? For example, I believe that a terminator …

delimiter terminology semantics separator
How to determine the end of a line with a Scanner?

I have a scanner in my program that reads in parts of the file and formats them for HTML. When …

java java.util.scanner delimiter
Java CSV parser with string separator (multi-character)

Is there any Java open source library that supports multi-character (i.e., String with length > 1) separators (delimiters) for CSV? …

java csv delimiter separator
bash: passing paths with spaces as parameters?

I have a bash script that recieves a set of files from the user. These files are sometimes under directories …

bash whitespace parameter-passing filepath delimiter
Escaping colons in YAML

Does anyone know how to escape colons in YAML? The key in my yml is the domain with port number, …

escaping yaml delimiter
Reading CSV files in numpy where delimiter is ","

I've got a CSV file with a format that looks like this: "FieldName1", "FieldName2", "FieldName3", "FieldName4" "04/13/2010 14:45:07.008", "7.59484916392", "10", "6.552373" "04/13/2010 14:45:22.010", "6.55478493312", "9", "3.5378543" ... Note that there are …

python csv numpy delimiter
What delimiters can you use in sed?

We normally see people complaining about the unknown option to s' error in sed when they want to use a …

sed gnu delimiter
Is there a way to count tokens in C?

I'm using strtok to split a string into tokens. Does anyone know any function which actually counts the number of …

c token delimiter strtok