Top "Separator" questions

A character that separates parts of a string.

Escaping separator within double quotes, in awk

I am using awk to parse my data with "," as separator as the input is a csv file. However, there …

awk delimiter double-quotes separator
What is os.linesep for?

Python's os module contains a value for a platform specific line separating string, but the docs explicitly say not to …

python file-io separator platform-independent
A vertical Separator control in a Menu, Toolbar, StackPanel, etc. - Is it possible?

I want to use the Separator control in a vertical way (Lets say in a horizontal StackPanel). Searching around I …

c# wpf menu toolbar separator
File.separator vs. File.pathSeparator

File has the static Strings separator and pathSeparator. The separator is a "default name-separator character" and the pathSeparator is a "…

java file separator difference path-separator
Android: custom separator (or even item) in ListView depening on content of item

I've a ListView with items containing information about places with a rating and the distance to the current location. The …

android listview separator
Default field separator for awk

Sorry for this stupid question, searched but not confident is the right answer is found, so the default separator is …

linux unix awk posix separator
How to change the color of the a WPF `<Separator />`?

I use <Separator /> in my form but don't know how to change its color. None of Border /Foreground/…

wpf xaml colors separator
How can I add separating lines between my TableRows that are created programmatically?

I have a TableLayout that is created programmatically in an Android project. I keep adding TableRows as long as there …

android tablelayout separator
replaceAll "/" with File.separator

In Java, when I do: "a/b/c/d".replaceAll("/", "@"); I get back a@b@c@d But when I …

java regex separator
Keep UITableView padding on header but no in separator on IOS7

with the transition on iOS7 the separator has 15px padding on left. I know that i can remove this padding …

ios iphone uitableview ios7 separator