Top "Separator" questions

A character that separates parts of a string.

Set custom separator insets on UITableViewCell

In my UITableView I want a 'centered' separator effect in which the separator is shrunk by 30pt from left and 30 …

ios swift uitableview separator uiedgeinsets
UITableView separator lines disappear between cells on scroll

Problem: The separator between cells in a table view appear only for those cells shown when the view loads, and …

uitableview separator
How to specify the decimal separator in Google Charts?

Is there a way to specify the decimal separator in Google Charts? By default it seems to be based on …

google-visualization decimal separator decimal-point
SQLite define output field separator on a single line command

I need to use a single command line to fetch a set of records from a database. If I do …

database sqlite output separator
GNU Make: how to join list and separate it with separator?

I have this: FOO = foo1 foo2 ... fooN and want to get join all these string and separate it with, for …

string join makefile concatenation separator
Vertical separator in WPF Ribbon

How can I add Vertical separator to WPF Ribbon, to RibbonGroup? I have tried something like that, but i got …

c# .net wpf ribbon separator
Customize divider / separator in dropdown of an AutocompleteTextview

I've seen this question asked some other times on the site, but no one couldn't get any answer. Is there …

android drop-down-menu autocompletetextview separator divider
Idiom(s) for "for each except the last" (or "between each consecutive pair of elements")

Everyone encounters this issue at some point: for(const auto& item : items) { cout << item << separator; } ... …

c++ c++11 idioms separator
Android. Hide certain listview separator

How I can hide or delete certain listview separator? Of course I can hide all dividers getListView().setDivider( null ); getListView().…

android listview hide separator divider
Forcing CRLF line separator in my project

I want to ensure CRLF (Windows style) line separator in my project. I am checking a few alternatives, but not …

maven intellij-idea newline separator