Top "Separator" questions

A character that separates parts of a string.

WPF separator between grid buttons

I have a grid with 4 buttons...1 row, 4 columns. I am looking for a way to visually group the two buttons …

wpf separator
UITableViewCell separator not showing up

I made a custom UITableViewCell in IB, but for some reason, despite the single line option for separator being selected, …

iphone uitableview cell separator
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
Python import CSV short code (pandas?) delimited with ';' and ',' in entires

I need to import a CSV file in Python on Windows. My file is delimited by ';' and has …

python csv pandas dataframe separator
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
pandas reading CSV data formatted with comma for thousands separator

I am trying to create a dataframe in pandas using a CSV that is semicolon-delimited, and uses commas for the …

pandas csv separator
Set decimal separator when using f:convertNumber

I want to know how to set the default decimal separator on my JSF application. I have some <h:…

jsf numbers decimal converter separator
How to change the field separator of a file using Python?

I'm new to Python from the R world, and I'm working on big text files, structured in data columns (this …

python separator lidar
How can I get the directory (file path) separator in Perl?

In case of Java, we can get the path separator using System.getProperty("path.separator"); Is there a similar way …

perl path generics separator