Top "Separator" questions

A character that separates parts of a string.

MySQL : left part of a string split by a separator string?

I need a MySQL function to get the left part of a string with variable length, before the separator. For …

mysql string split separator
Adding Thousand Separator to Int in Swift

I am fairly new to Swift and having a great deal of trouble finding a way to add a space …

ios swift separator
Customizing the separator in pandas read_csv

I am reading many different data files into various pandas dataframes. The columns in these datafiles are separated by spaces. …

python pandas separator
HTML + CSS: Ordered List without the Period?

I think the answer to this question is no... but does anyone know of a an HTML/CSS way to …

html css separator html-lists
NSNumberFormatter with comma decimal separator

I tried to convert an NSString like "12000.54" into "12.000,54". I wrote an NSNumberFormatter instance. NSNumberFormatter *formatter = [[[NSNumberFormatter alloc] init] autorelease]; [formatter …

ios objective-c decimal separator nsnumberformatter
Python: Split string by list of separators

In Python, I'd like to split a string using a list of separators. The separators could be either commas or …

python regex split separator
Valid URL separators

I have a long URL with several values. Example 1: http://www.domain.com/list?seach_type[]=0&search_period[]=1&…

url separator
C# char "//" path separator

Is there possible to use char "//" another there I did it? I looked for in Path, but I can't find …

c# separator
How to set ',' as decimal separator with R

Even though my Windows 7 locale settings specify using "," as a decimal separator, R and RStudio give me a "." separator. Is …

r separator
MYSQL - Thousands separator

I would like to know if there is a way to get a thousand separator in a SQL Query ? As …

mysql separator