Top "Comma" questions

Comma ',' is used to indicate a separation of elements within a list, such as an array, or parameters accepted by a function.

D3 remove comma delimiters for thousands

I have a .json with 3 columns where one of them is 'Year'. The column contains only years. No dates!. When …

parsing time d3.js delimiter comma
Apply comma to number field in MySQL

I have a column that contains numbers. Is it possible to make the numbers appear with a comma on Server-Side …

php mysql numbers comma
What regular expression can I use to find the Nᵗʰ entry in a comma-separated list?

I need a regular expression that can be used to find the Nth entry in a comma-separated list. For example, …

regex parsing split comma
Comma operator in condition of loop in C

#include <stdio.h> main() { int i; for(i=0; i<0, 5; i++) printf("%d\n", i); } I am unable …

c comma
How can I set tmux hotkey as Ctrl-, that is, Ctrl+comma

I've got some trouble when setting my preferred tmux hotkey on Mac OS X. The most common hotkeys that invokes …

hotkeys comma tmux ctrl
Why is VBA changing decimal to comma automatically?

I have an Excel macro in VBA. Yesterday everything worked fine, this morning VBA is changing a decimal point to …

excel vba decimal comma
How can I remove the last comma from a loop in C++ in a simple way?

This program is for printing prime numbers till the input given and separating every prime number with a comma. void …

c++ while-loop comma
PySpark: How to specify column with comma as decimal

I am working with PySpark and loading a csv file. I have a column with numbers in European format, which …

csv pyspark format comma
Perl - Regex to extract only the comma-separated strings

I have a question I am hoping someone could help with... I have a variable that contains the content from …

regex perl split comma www-mechanize
toLocaleString() doesn't work in Safari browser

I used toLocaleString() method to input money comma in `javascript. But the problem is, IE and chrome browser result correctly …

jquery safari comma currency